changeset 27710:91333c6c16ef

567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 19 Jul 2009 22:40:10 +0000
parents f42fb3f1e5ae
children 7fbf964c6c6c 482a5edc4799
files libpurple/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,