From: Jeremy McNamara Date: Thu, 15 Sep 2005 16:58:02 +0000 (+0000) Subject: I swore this compiled. Honest, officer X-Git-Tag: 1.2.0-beta2~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59e784c96ac531b451ed6cf9a68414c2c56cedf6;p=thirdparty%2Fasterisk.git I swore this compiled. Honest, officer git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6620 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index f5be8c64e5..e153dfa89e 100755 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -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);