diff libpurple/protocols/jabber/parser.c @ 20892:bbcc9e206c43

propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608) to branch 'im.pidgin.cpw.resiak.disconnectreason' (head b3c8182bd741b961775afed0768fbecdc47dc828)
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 12 Oct 2007 00:19:12 +0000
parents 8174f6999308 6668c0cd4687
children ba41f2a60253
line wrap: on
line diff
--- a/libpurple/protocols/jabber/parser.c	Thu Oct 11 23:55:13 2007 +0000
+++ b/libpurple/protocols/jabber/parser.c	Fri Oct 12 00:19:12 2007 +0000
@@ -80,7 +80,7 @@
 			char *attrib_ns = NULL;
 
 			if (attributes[i+2]) {
-				attrib_ns = g_strdup((char*)attributes[i+2]);;
+				attrib_ns = g_strdup((char*)attributes[i+2]);
 			}
 
 			memcpy(attrib, attributes[i+3], attrib_len);