From: Anselm R. Garbe Date: Wed, 23 Aug 2006 11:04:43 +0000 (+0200) Subject: removed a blank line X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=b739721d9ec56379a55228e8e01b618d5932f6ca removed a blank line --- 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); }