aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
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 f5be8c64e..e153dfa89 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);