tremoved a blank line - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b739721d9ec56379a55228e8e01b618d5932f6ca
DIR parent 7711ab6707b112e228e142cbd5350d701217555f
HTML Author: Anselm R. Garbe <arg@10kloc.org>
Date: Wed, 23 Aug 2006 13:04:43 +0200
removed a blank line
Diffstat:
M main.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/main.c b/main.c
t@@ -147,7 +147,6 @@ setup()
dc.gc = XCreateGC(dpy, root, 0, 0);
issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
-
strcpy(stext, "dwm-"VERSION);
}