diff -r 6b998cf630e2 -r fe5f9d337020 libpurple/protocols/jabber/parser.c --- a/libpurple/protocols/jabber/parser.c Tue Oct 09 13:41:11 2007 +0000 +++ b/libpurple/protocols/jabber/parser.c Tue Oct 09 19:28:48 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);