removed a blank line

This commit is contained in:
Anselm R. Garbe 2006-08-23 13:04:43 +02:00
parent 7711ab6707
commit b739721d9e
1 changed files with 0 additions and 1 deletions

1
main.c
View File

@ -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);
}