aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 18676b8bf..780f5bdea 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -203,7 +203,6 @@ void _log(int severity, const char *format, ...)
va_end(ap);
}
-
/** Output a message to the log, prefixed with a function name <b>fn</b>. */
#ifdef __GNUC__
void _log_fn(int severity, const char *fn, const char *format, ...)