567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT

Sun, 19 Jul 2009 22:40:10 +0000

author
Ka-Hing Cheung <khc@pidgin.im>
date
Sun, 19 Jul 2009 22:40:10 +0000
changeset 27896
480578cc87d3
parent 27895
7455522ec77d
child 27897
7fac8d75d211
child 27898
4a6450d92e11

567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT

libpurple/util.c file | annotate | diff | comparison | revisions
--- 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,

mercurial