Remove extraneous semicolons from end of macro uses.
[srvx.git] / src / log.c
index 7368fbe0373615d53320b3d3c9ab31cbef50e219..fe9f74a35848f7ee271ecc8f0be2d55b5b9ee8e8 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -73,7 +73,7 @@ static struct dict *log_types;
 static struct log_type *log_default;
 static int log_inited, log_debugged;
 
-DEFINE_LIST(logList, struct logDestination*);
+DEFINE_LIST(logList, struct logDestination*)
 static void log_format_audit(struct logEntry *entry);
 static const struct message_entry msgtab[] = {
     { "MSG_INVALID_FACILITY", "$b%s$b is an invalid log facility." },