tsmall stylistic fix - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8f698bd4ccea058019f9ca89ca19add300064b15
(DIR) parent 99b126d0afe461960d001385c9ee13295c8ed543
(HTM) Author: arg@10ksloc.org <unknown>
Date: Fri, 4 Aug 2006 10:27:16 +0200
small stylistic fix
Diffstat:
M util.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/util.c b/util.c
t@@ -30,7 +30,8 @@ emallocz(unsigned int size)
}
void
-eprint(const char *errstr, ...) {
+eprint(const char *errstr, ...)
+{
va_list ap;
va_start(ap, errstr);