提交 8dc95553 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix typo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9205 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e40ab496
......@@ -300,7 +300,7 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void);
app_int->short_desc = short_descript; \
app_int->long_desc = long_descript; \
app_int->syntax = syntax_string; \
app_interface->flags = app_flags; \
app_int->flags = app_flags; \
break; \
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论