[svn-commits] russell: branch 1.4 r417 - /branches/1.4/asterisk-ooh323c/src/chan_h323.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 21 02:17:53 CDT 2007


Author: russell
Date: Sat Jul 21 02:17:52 2007
New Revision: 417

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=417
Log:
fix a typo

Modified:
    branches/1.4/asterisk-ooh323c/src/chan_h323.c

Modified: branches/1.4/asterisk-ooh323c/src/chan_h323.c
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/asterisk-ooh323c/src/chan_h323.c?view=diff&rev=417&r1=416&r2=417
==============================================================================
--- branches/1.4/asterisk-ooh323c/src/chan_h323.c (original)
+++ branches/1.4/asterisk-ooh323c/src/chan_h323.c Sat Jul 21 02:17:52 2007
@@ -1045,7 +1045,7 @@
       case AST_CONTROL_PROCEEDING:
       case AST_CONTROL_RINGING:
       case AST_CONTROL_PROGRESS:
-      case -1;
+      case -1:
          break;
       default:
          ast_log(LOG_WARNING,"Don't know how to indicate condition %d on %s\n",




More information about the svn-commits mailing list