[Freeswitch-trunk] [commit] r6745 - freeswitch/trunk/src/include
Freeswitch SVN
mikej at freeswitch.org
Thu Dec 13 09:34:01 EST 2007
Author: mikej
Date: Thu Dec 13 09:34:01 2007
New Revision: 6745
Modified:
freeswitch/trunk/src/include/switch_module_interfaces.h
Log:
no comma at the end of the last entry in an enum.
Modified: freeswitch/trunk/src/include/switch_module_interfaces.h
==============================================================================
--- freeswitch/trunk/src/include/switch_module_interfaces.h (original)
+++ freeswitch/trunk/src/include/switch_module_interfaces.h Thu Dec 13 09:34:01 2007
@@ -55,7 +55,7 @@
SWITCH_SHN_ON_TRANSMIT,
SWITCH_SHN_ON_HOLD,
SWITCH_SHN_ON_HIBERNATE,
- SWITCH_SHN_ON_RESET,
+ SWITCH_SHN_ON_RESET
} switch_state_handler_name_t;
struct switch_state_handler_table {
More information about the Freeswitch-trunk
mailing list