all repos — dwm @ 8f698bd4ccea058019f9ca89ca19add300064b15

my dwm build

small stylistic fix
arg@10ksloc.org unknown
Fri, 04 Aug 2006 10:27:16 +0200
commit

8f698bd4ccea058019f9ca89ca19add300064b15

parent

99b126d0afe461960d001385c9ee13295c8ed543

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util.cutil.c

@@ -30,7 +30,8 @@ return res;

} void -eprint(const char *errstr, ...) { +eprint(const char *errstr, ...) +{ va_list ap; va_start(ap, errstr);