[Freeswitch-svn] [commit] r11325 - freeswitch/trunk/src/mod/endpoints/mod_dingaling

FreeSWITCH SVN brian at freeswitch.org
Tue Jan 20 15:43:34 PST 2009


Author: brian
Date: Tue Jan 20 17:43:34 2009
New Revision: 11325

Log:
doh

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c	Tue Jan 20 17:43:34 2009
@@ -507,7 +507,7 @@
 }
 
 static switch_status_t chat_send(const char *proto, const char *from, const char *to, const char *subject,
-                                 const char *body, const char *type, const char *hint);
+                                 const char *body, const char *type, const char *hint)
 {
 	char *user, *host, *f_user = NULL, *ffrom = NULL, *f_host = NULL, *f_resource = NULL;
 	mdl_profile_t *profile = NULL;



More information about the Freeswitch-svn mailing list