aboutsummaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.c b/util.c
index 7aff2aa..e29d8b0 100644
--- a/util.c
+++ b/util.c
@@ -30,7 +30,8 @@ emallocz(unsigned int size)
}
void
-eprint(const char *errstr, ...) {
+eprint(const char *errstr, ...)
+{
va_list ap;
va_start(ap, errstr);