From: Michael Jerris Date: Fri, 4 May 2007 00:14:12 +0000 (+0000) Subject: declaration after code. X-Git-Tag: v1.0-beta1~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606b4695518d3981572a980ce05b6acda059cd95;p=thirdparty%2Ffreeswitch.git declaration after code. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5082 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_loadable_module.c b/src/switch_loadable_module.c index f1b48d4a3e..3c13821ddf 100644 --- a/src/switch_loadable_module.c +++ b/src/switch_loadable_module.c @@ -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";