diff --git a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp index 803b247107..326f305c29 100644 --- a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp +++ b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp @@ -310,7 +310,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function) SWITCH_MODULE_LOAD_FUNCTION(mod_soundtouch_load) { - switch_application_interface_t *app_interface; + switch_application_interface_t *app_interface; /* connect my internal structure to the blank pointer passed to me */ *module_interface = switch_loadable_module_create_module_interface(pool, modname);