From 59e784c96ac531b451ed6cf9a68414c2c56cedf6 Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Thu, 15 Sep 2005 16:58:02 +0000
Subject: [PATCH] I swore this compiled. Honest, officer

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_h323.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab