Remove extraneous semicolons from end of macro uses.
[srvx.git] / src / saxdb.c
index 5787f6581960814c7d95dca32851c4d8685eb41b..b5ac4224f547d0586580cfabfa08f0c4d6830b01 100644 (file)
@@ -24,7 +24,7 @@
 #include "saxdb.h"
 #include "timeq.h"
 
-DEFINE_LIST(int_list, int);
+DEFINE_LIST(int_list, int)
 
 struct saxdb {
     char *name;