提交 3bd6f0d4 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 6d080c15
...@@ -55,7 +55,7 @@ typedef enum { ...@@ -55,7 +55,7 @@ typedef enum {
SWITCH_SHN_ON_TRANSMIT, SWITCH_SHN_ON_TRANSMIT,
SWITCH_SHN_ON_HOLD, SWITCH_SHN_ON_HOLD,
SWITCH_SHN_ON_HIBERNATE, SWITCH_SHN_ON_HIBERNATE,
SWITCH_SHN_ON_RESET, SWITCH_SHN_ON_RESET
} switch_state_handler_name_t; } switch_state_handler_name_t;
struct switch_state_handler_table { struct switch_state_handler_table {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论