From: Jeremy McNamara Date: Thu, 15 Sep 2005 17:08:52 +0000 (+0000) Subject: ok wtf, no compiler error here X-Git-Tag: 1.2.0-beta2~294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ce1402c8bb3829c461e9a17f90bbb1c70306bfe;p=thirdparty%2Fasterisk.git ok wtf, no compiler error here git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6621 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index e153dfa89e..1c0f31b17b 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);