# HG changeset patch # User Ka-Hing Cheung # Date 1248043210 0 # Node ID 91333c6c16ef536b9528d919925fd7ab97dd0b5e # Parent f42fb3f1e5ae7960aac4b29c7e81debe831c6b26 567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT diff -r f42fb3f1e5ae -r 91333c6c16ef libpurple/util.c --- a/libpurple/util.c Sun Jul 19 22:39:41 2009 +0000 +++ b/libpurple/util.c Sun Jul 19 22:40:10 2009 +0000 @@ -1479,7 +1479,7 @@ } \ c = strchr(c, '>') + 1; \ continue; \ - } \ + } #define ALLOW_TAG(x) ALLOW_TAG_ALT(x, x) void purple_markup_html_to_xhtml(const char *html, char **xhtml_out,