提交 606b4695 authored 作者: Michael Jerris's avatar Michael Jerris

declaration after code.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5082 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 da1dd999
......@@ -870,8 +870,8 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_build_dynamic(char *filen
while (loading) {
load_func_ptr = (switch_module_load_t) switch_module_load;
switch_status_t status;
load_func_ptr = (switch_module_load_t) switch_module_load;
if (load_func_ptr == NULL) {
err = "Cannot Load";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论