util.c
changeset 187 41f8ee33771e
parent 164 21071ae1fe68
child 189 523df4a3c1c4
--- a/util.c	Thu Aug 03 17:08:43 2006 +0200
+++ b/util.c	Fri Aug 04 10:27:16 2006 +0200
@@ -30,7 +30,8 @@
 }
 
 void
-eprint(const char *errstr, ...) {
+eprint(const char *errstr, ...)
+{
 	va_list ap;
 
 	va_start(ap, errstr);