projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99b126d
)
small stylistic fix
author
arg@10ksloc.org
<unknown>
Fri, 4 Aug 2006 08:27:16 +0000
(10:27 +0200)
committer
arg@10ksloc.org
<unknown>
Fri, 4 Aug 2006 08:27:16 +0000
(10:27 +0200)
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index 7aff2aa9ca43ca1361570b0bea055e1d21d4dd14..e29d8b0c787b7cc1ea61d432b3718a9b62edaa10 100644
(file)
--- 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);