summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 865e6b95..96f4fe86 100644
--- a/log.c
+++ b/log.c
@@ -57,7 +57,7 @@
#include "log-internal.h"
static void _warn_helper(int severity, const char *errstr, const char *fmt,
- va_list ap);
+ va_list ap);
static void event_log(int severity, const char *msg);
static event_fatal_cb fatal_fn = NULL;