diff options
author | arg@10ksloc.org <unknown> | 2006-08-04 10:27:16 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-04 10:27:16 +0200 |
commit | 8f698bd4ccea058019f9ca89ca19add300064b15 (patch) | |
tree | 638a52d9f024443e5eae6bfd1332ac5f1dfb1d53 /util.c | |
parent | 99b126d0afe461960d001385c9ee13295c8ed543 (diff) | |
download | dwm-8f698bd4ccea058019f9ca89ca19add300064b15.tar.gz |
small stylistic fix
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |