From: Wilfried Göesgens Date: Sat, 14 Aug 2010 14:09:12 +0000 (+0000) Subject: * remove ; from macro X-Git-Tag: v8.01~917 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=7f3b95d8c997a4e305674bd3d3b8fa62139b27c6 * remove ; from macro --- 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);