small stylistic fix
This commit is contained in:
parent
99b126d0af
commit
8f698bd4cc
1 changed files with 2 additions and 1 deletions
3
util.c
3
util.c
|
@ -30,7 +30,8 @@ emallocz(unsigned int size)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
eprint(const char *errstr, ...) {
|
eprint(const char *errstr, ...)
|
||||||
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
||||||
va_start(ap, errstr);
|
va_start(ap, errstr);
|
||||||
|
|
Loading…
Reference in a new issue