I swore this compiled. Honest, officer

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2005-09-15 16:58:02 +00:00
parent 29bdd1b424
commit 59e784c96a

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);