[Freeswitch-svn] [commit] r9205 - freeswitch/trunk/src/include
Freeswitch SVN
anthm at freeswitch.org
Tue Jul 29 19:54:47 EDT 2008
Author: anthm
Date: Tue Jul 29 19:54:46 2008
New Revision: 9205
Modified:
freeswitch/trunk/src/include/switch_loadable_module.h
Log:
fix typo
Modified: freeswitch/trunk/src/include/switch_loadable_module.h
==============================================================================
--- freeswitch/trunk/src/include/switch_loadable_module.h (original)
+++ freeswitch/trunk/src/include/switch_loadable_module.h Tue Jul 29 19:54:46 2008
@@ -300,7 +300,7 @@
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; \
}
More information about the Freeswitch-svn
mailing list