Browse Source

small stylistic fix

master
arg@10ksloc.org 18 years ago
parent
commit
8f698bd4cc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      util.c

+ 2
- 1
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);


Loading…
Cancel
Save