Browse Source

small stylistic fix

custom-dwm
arg@10ksloc.org 20 years ago
parent
commit
8f698bd4cc
  1. 3
      util.c

3
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);

Loading…
Cancel
Save