X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=util.c;h=e29d8b0c787b7cc1ea61d432b3718a9b62edaa10;hp=7aff2aa9ca43ca1361570b0bea055e1d21d4dd14;hb=8f698bd4ccea058019f9ca89ca19add300064b15;hpb=99b126d0afe461960d001385c9ee13295c8ed543 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);