[Freeswitch-svn] [commit] r4440 - freeswitch/trunk/src
Freeswitch SVN
brian at freeswitch.org
Sat Mar 3 20:46:08 EST 2007
Author: brian
Date: Sat Mar 3 20:46:08 2007
New Revision: 4440
Modified:
freeswitch/trunk/src/switch_channel.c
Log:
fix comments
Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c (original)
+++ freeswitch/trunk/src/switch_channel.c Sat Mar 3 20:46:08 2007
@@ -667,9 +667,9 @@
state_names[last_state],
state_names[state]);
- //we won't tolerate an invalid state change so we can make sure we are as robust as a nice cup of dark coffee!
+ /* we won't tolerate an invalid state change so we can make sure we are as robust as a nice cup of dark coffee! */
if (channel->state < CS_HANGUP) {
- // not cool lets crash this bad boy and figure out wtf is going on
+ /* not cool lets crash this bad boy and figure out wtf is going on */
assert(0);
}
}
More information about the Freeswitch-svn
mailing list