Introduction
Introduction Statistics Contact Development Disclaimer Help
removed Sander from -v by request - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit a430a647e48a894499143b03da86e5707b4127df
parent 18b2f4f34fb0ec97a77b1a5f5250e4b3e9b74959
Author: Anselm R. Garbe <[email protected]>
Date: Sun, 25 Nov 2007 12:17:33 +0100
removed Sander from -v by request
Diffstat:
M slock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/slock.c b/slock.c
@@ -70,7 +70,7 @@ main(int argc, char **argv) {
XSetWindowAttributes wa;
if((argc == 2) && !strcmp("-v", argv[1]))
- eprint("slock-"VERSION", © 2006-2007 Anselm R. Garbe, Sander …
+ eprint("slock-"VERSION", © 2006-2007 Anselm R. Garbe\n");
else if(argc != 1)
eprint("usage: slock [-v]\n");
pws = get_password();
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.