tab cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11173 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2009-01-14 00:00:01 +00:00
parent 4a92d26606
commit 43c3ca0418

View File

@ -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);