Remove extraneous semicolons from end of macro uses.
[srvx.git] / src / modcmd.c
index 9fd76a4c83e19239eae98de2b97b9b7881cd2a65..f30a4e9f073daf7688478cbb309229c15de416e8 100644 (file)
@@ -173,8 +173,8 @@ flags_qsort(const void *a, const void *b) {
     return irccasecmp(fa->name, fb->name);
 }
 
-DEFINE_LIST(svccmd_list, struct svccmd*);
-DEFINE_LIST(module_list, struct module*);
+DEFINE_LIST(svccmd_list, struct svccmd*)
+DEFINE_LIST(module_list, struct module*)
 
 static void
 free_service_command(void *data) {