diff libpurple/protocols/jabber/parser.c @ 15498:0d4890637238

clean up some compile warnings
author Nathan Walp <nwalp@pidgin.im>
date Fri, 02 Feb 2007 23:14:20 +0000
parents 5fe8042783c1
children baec42670246
line wrap: on
line diff
--- a/libpurple/protocols/jabber/parser.c	Fri Feb 02 23:07:47 2007 +0000
+++ b/libpurple/protocols/jabber/parser.c	Fri Feb 02 23:14:20 2007 +0000
@@ -79,7 +79,7 @@
 			char *attrib_ns = NULL;
 
 			if (attributes[i+2]) {
-				attrib_ns = g_strdup(attributes[i+2]);;
+				attrib_ns = g_strdup((char*)attributes[i+2]);;
 			}
 
 			memcpy(attrib, attributes[i+3], attrib_len);