[Freeswitch-svn] [commit] r10047 - freeswitch/trunk/src/mod/applications/mod_skel
Freeswitch SVN
anthm at freeswitch.org
Thu Oct 16 16:06:14 EDT 2008
Author: anthm
Date: Thu Oct 16 16:06:13 2008
New Revision: 10047
Modified:
freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c
Log:
typo
Modified: freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c Thu Oct 16 16:06:13 2008
@@ -51,7 +51,7 @@
/*
Called when the system shuts down
-SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_skel_shutdown);
+SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_skel_shutdown)
{
return SWITCH_STATUS_SUCCESS;
}
@@ -60,7 +60,7 @@
/*
If it exists, this is called in it's own thread when the module-load completes
If it returns anything but SWITCH_STATUS_TERM it will be called again automatically
-SWITCH_MODULE_RUNTIME_FUNCTION(mod_skel_runtime);
+SWITCH_MODULE_RUNTIME_FUNCTION(mod_skel_runtime)
{
while(looping)
{
More information about the Freeswitch-svn
mailing list