suppress compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-02-16 17:21:56 +00:00
parent 98d0d296fb
commit 2b357881a7

View File

@@ -52,7 +52,7 @@ static int sha1(struct ast_channel *chan, char *cmd, char *data,
else { else {
ast_log(LOG_ERROR, ast_log(LOG_ERROR,
"Insufficient space to produce SHA1 hash result (%d < 41)\n", "Insufficient space to produce SHA1 hash result (%d < 41)\n",
len); (int) len);
} }
return 0; return 0;