small stylistic fix

This commit is contained in:
arg@10ksloc.org 2006-08-04 10:27:16 +02:00
parent 99b126d0af
commit 8f698bd4cc

3
util.c
View file

@ -30,7 +30,8 @@ emallocz(unsigned int size)
}
void
eprint(const char *errstr, ...) {
eprint(const char *errstr, ...)
{
va_list ap;
va_start(ap, errstr);