From 8dc955537b2a412bcb813d416d482b6c674d76d1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 29 Jul 2008 23:54:46 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9205 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_loadable_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_loadable_module.h b/src/include/switch_loadable_module.h index a703801440..5e1b0bd482 100644 --- a/src/include/switch_loadable_module.h +++ b/src/include/switch_loadable_module.h @@ -300,7 +300,7 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void); app_int->short_desc = short_descript; \ app_int->long_desc = long_descript; \ app_int->syntax = syntax_string; \ - app_interface->flags = app_flags; \ + app_int->flags = app_flags; \ break; \ }