From: arg@10ksloc.org Date: Fri, 4 Aug 2006 08:27:16 +0000 (+0200) Subject: small stylistic fix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=8f698bd4ccea058019f9ca89ca19add300064b15 small stylistic fix --- diff --git a/util.c b/util.c index 7aff2aa..e29d8b0 100644 --- a/util.c +++ b/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);