[Freeswitch-svn] [commit] r5082 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Thu May 3 20:14:13 EDT 2007


Author: mikej
Date: Thu May  3 20:14:12 2007
New Revision: 5082

Modified:
   freeswitch/trunk/src/switch_loadable_module.c

Log:
declaration after code.

Modified: freeswitch/trunk/src/switch_loadable_module.c
==============================================================================
--- freeswitch/trunk/src/switch_loadable_module.c	(original)
+++ freeswitch/trunk/src/switch_loadable_module.c	Thu May  3 20:14:12 2007
@@ -870,8 +870,8 @@
 
 
 	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";



More information about the Freeswitch-svn mailing list