X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Flog.c;fp=src%2Flog.c;h=fe9f74a35848f7ee271ecc8f0be2d55b5b9ee8e8;hb=fc6ec41a5a09a61f6880c77ba5aa50e4e78387f5;hp=7368fbe0373615d53320b3d3c9ab31cbef50e219;hpb=22a50abd1e7ce6bfc4bdbf87dbe5217c75aeef8e;p=srvx.git diff --git a/src/log.c b/src/log.c index 7368fbe..fe9f74a 100644 --- 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." },