aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/report_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/report_err.c')
-rw-r--r--wsutil/report_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/report_err.c b/wsutil/report_err.c
index e470af903c..2e003df277 100644
--- a/wsutil/report_err.c
+++ b/wsutil/report_err.c
@@ -58,7 +58,7 @@ void
report_failure(const char *msg_format, ...)
{
va_list ap;
-
+
va_start(ap, msg_format);
(*report_failure_func)(msg_format, ap);
va_end(ap);