aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-15 17:08:52 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-15 17:08:52 +0000
commit478dd9752fe3d97c99488771b9035e7d4849327e (patch)
tree1236e624667aedbd8e45f301106b0878a3004289 /channels/chan_h323.c
parent04483363fb8633fa85795be8cbd365ad9fdda3b8 (diff)
ok wtf, no compiler error here
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6621 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_h323.c')
-rwxr-xr-xchannels/chan_h323.c2
1 files changed, 1 insertions, 1 deletions
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);