From 478dd9752fe3d97c99488771b9035e7d4849327e Mon Sep 17 00:00:00 2001 From: jeremy Date: Thu, 15 Sep 2005 17:08:52 +0000 Subject: ok wtf, no compiler error here git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6621 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_h323.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/chan_h323.c') diff --git a/channels/chan_h323.c b/channels/chan_h323.c index e153dfa89..1c0f31b17 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); -- cgit v1.2.3