From: Michael Jerris Date: Thu, 13 Dec 2007 14:34:01 +0000 (+0000) Subject: no comma at the end of the last entry in an enum. X-Git-Tag: v1.0-rc1~1104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd6f0d47e5fc61bab31aef2b4dc2ce9ed2b297b;p=thirdparty%2Ffreeswitch.git no comma at the end of the last entry in an enum. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6745 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_module_interfaces.h b/src/include/switch_module_interfaces.h index 76a83141f6..4611b673f7 100644 --- a/src/include/switch_module_interfaces.h +++ b/src/include/switch_module_interfaces.h @@ -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 {