From 7f3b95d8c997a4e305674bd3d3b8fa62139b27c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 14 Aug 2010 14:09:12 +0000 Subject: [PATCH] * remove ; from macro --- webcit/subst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/subst.h b/webcit/subst.h index 970aa0368..664da0ee1 100644 --- a/webcit/subst.h +++ b/webcit/subst.h @@ -358,7 +358,7 @@ void dbg_print_longvector(long *LongVector); -#define do_template(a, b) DoTemplate(a, sizeof(a) -1, NULL, &NoCtx); +#define do_template(a, b) DoTemplate(a, sizeof(a) -1, NULL, &NoCtx) const StrBuf *DoTemplate(const char *templatename, long len, StrBuf *Target, WCTemplputParams *TP); void url_do_template(void); -- 2.30.2