diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-23 13:04:43 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-23 13:04:43 +0200 |
commit | b739721d9ec56379a55228e8e01b618d5932f6ca (patch) | |
tree | d519523e623e7a1e2007ac4bc123f940ad5a03e5 | |
parent | 7711ab6707b112e228e142cbd5350d701217555f (diff) | |
download | dwm-b739721d9ec56379a55228e8e01b618d5932f6ca.tar.gz |
removed a blank line
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c index 6544e9c..561aa37 100644 --- a/main.c +++ b/main.c @@ -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); } |