diff mcabber/src/jabglue.c @ 1476:77afd831f8f7

Avoid mixed declarations and code Build failures reported by H. D. Oezbilen.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 17 Apr 2008 21:01:09 +0200
parents 844410b9b4cc
children 7b36b91a4388
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Tue Apr 15 07:48:46 2008 +0200
+++ b/mcabber/src/jabglue.c	Thu Apr 17 21:01:09 2008 +0200
@@ -903,7 +903,7 @@
   const char *bjid;
 #ifdef JEP0085
   GSList *resources, *p_res, *p_next;
-  struct jep0085 *jep85 = NULL;;
+  struct jep0085 *jep85 = NULL;
 #endif
 #ifdef JEP0022
   struct jep0022 *jep22;