Remove extraneous semicolons from end of macro uses.
[srvx.git] / src / mod-memoserv.c
index a54faab5b7ce071cac094245bfe8bb43646b0dea..7b1dc3df4ade77077fce32b303f62c2b3d55c9b1 100644 (file)
@@ -96,7 +96,7 @@ struct memo {
 };
 
 DECLARE_LIST(memoList, struct memo*);
-DEFINE_LIST(memoList, struct memo*);
+DEFINE_LIST(memoList, struct memo*)
 
 /* memo_account.flags fields */
 #define MEMO_NOTIFY_NEW   1