silly const stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5339 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-06-13 14:45:04 +00:00
parent 0446d4e84a
commit 5c8dca7769
1 changed files with 2 additions and 2 deletions

View File

@ -650,7 +650,7 @@ static switch_status_t switch_loadable_module_load_file(char *path, char *filena
switch_module_load_t load_func_ptr = NULL; switch_module_load_t load_func_ptr = NULL;
int loading = 1; int loading = 1;
const char *err = NULL; const char *err = NULL;
switch_loadable_module_interface_t *module_interface = NULL; const switch_loadable_module_interface_t *module_interface = NULL;
char derr[512] = ""; char derr[512] = "";
switch_memory_pool_t *pool; switch_memory_pool_t *pool;
@ -830,7 +830,7 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_build_dynamic(char *filen
switch_module_load_t load_func_ptr = NULL; switch_module_load_t load_func_ptr = NULL;
int loading = 1; int loading = 1;
const char *err = NULL; const char *err = NULL;
switch_loadable_module_interface_t *module_interface = NULL; const switch_loadable_module_interface_t *module_interface = NULL;
switch_memory_pool_t *pool; switch_memory_pool_t *pool;