dwm

dynamic window manager
git clone https://git.parazyd.org/dwm
Log | Files | Refs | README | LICENSE

commit 8f698bd4ccea058019f9ca89ca19add300064b15
parent 99b126d0afe461960d001385c9ee13295c8ed543
Author: arg@10ksloc.org <unknown>
Date:   Fri,  4 Aug 2006 10:27:16 +0200

small stylistic fix

Diffstat:
Mutil.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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);