Remove extraneous semicolons from end of macro uses.
[srvx.git] / src / mail-smtp.c
index 13a6c383d7969a9ee305e6fedc3b47460f895f3f..9ec083d0a31defd4b9c10beb9de98cfc3f608c13 100644 (file)
@@ -79,7 +79,7 @@ static struct {
     int enabled;
 } smtp_conf;
 
-DEFINE_LIST(mail_queue, struct pending_mail *);
+DEFINE_LIST(mail_queue, struct pending_mail *)
 
 static void mail_println(const char *fmt, ...)
 {