summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 3b64b59..4b5140a 100644
--- a/debug.c
+++ b/debug.c
@@ -76,7 +76,7 @@ void mc_info(const char *msg, ...)
#if HAVE_VSYSLOG
if(_syslog) {
vsyslog(LOG_INFO, msg, ap);
- } else
+ } else
#endif
vfprintf(stderr, msg, ap);
va_end(ap);