* remove ; from macro
authorWilfried Göesgens <willi@citadel.org>
Sat, 14 Aug 2010 14:09:12 +0000 (14:09 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 14 Aug 2010 14:09:12 +0000 (14:09 +0000)
webcit/subst.h

index 970aa0368e837eb6649aab0f32cc1c1ec2a6885f..664da0ee1a592a990e58bec7552a1375de44e34c 100644 (file)
@@ -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);