]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
warning: ISO C does not allow extra ; outside of a function
authorMichael Jerris <mike@jerris.com>
Wed, 14 Feb 2007 19:22:42 +0000 (19:22 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 14 Feb 2007 19:22:42 +0000 (19:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4266 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 48ec5b4a824b1867d40c2485bc41ae67f2a08bed..259fd29ce6bf8a1fde8995e737fa44f74e63ef12 100644 (file)
@@ -169,9 +169,9 @@ struct rfc2833_digit {
 };
 
 
-SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_dialplan, globals.dialplan);
-SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_codec_string, globals.codec_string);
-SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_codec_rates_string, globals.codec_rates_string);
+SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_dialplan, globals.dialplan)
+SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_codec_string, globals.codec_string)
+SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_codec_rates_string, globals.codec_rates_string)
 
 static switch_status_t dl_login(char *arg, switch_core_session_t *session, switch_stream_handle_t *stream);
 static switch_status_t dl_logout(char *profile_name, switch_core_session_t *session, switch_stream_handle_t *stream);