ok wtf, no compiler error here

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6621 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2005-09-15 17:08:52 +00:00
parent 59e784c96a
commit 9ce1402c8b

View File

@@ -350,7 +350,7 @@ static int oh323_digit(struct ast_channel *c, char digit)
char *token;
if (!pvt) {
ast_log(LOG_ERROR, "No private structure?! This is bad\n)";
ast_log(LOG_ERROR, "No private structure?! This is bad\n");
return -1;
}
ast_mutex_lock(&pvt->lock);