]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
no comma at the end of the last entry in an enum.
authorMichael Jerris <mike@jerris.com>
Thu, 13 Dec 2007 14:34:01 +0000 (14:34 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 13 Dec 2007 14:34:01 +0000 (14:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6745 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_module_interfaces.h

index 76a83141f6c852e3c692964fcc9a456d1e34100b..4611b673f7a56e03172e0759d496223444199b2a 100644 (file)
@@ -55,7 +55,7 @@ typedef enum {
        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 {