[Asterisk-cvs] asterisk/channels chan_h323.c,1.129,1.130
jeremy
jeremy
Thu Sep 15 13:10:29 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv12813
Modified Files:
chan_h323.c
Log Message:
ok wtf, no compiler error here
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- chan_h323.c 15 Sep 2005 16:58:02 -0000 1.129
+++ chan_h323.c 15 Sep 2005 17:08:52 -0000 1.130
@@ -350,7 +350,7 @@
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);
More information about the svn-commits
mailing list