Xinqi Bao's Git
projects
/
slock.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fixed usage string
[slock.git]
/
slock.c
diff --git
a/slock.c
b/slock.c
index
d281965
..
face75e
100644
(file)
--- a/
slock.c
+++ b/
slock.c
@@
-23,6
+23,8
@@
#include <bsd_auth.h>
#endif
#include <bsd_auth.h>
#endif
+#include "config.h"
+
typedef struct {
int screen;
Window root, win;
typedef struct {
int screen;
Window root, win;
@@
-259,7
+261,7
@@
main(int argc, char **argv) {
int screen;
if((argc == 2) && !strcmp("-v", argv[1]))
int screen;
if((argc == 2) && !strcmp("-v", argv[1]))
- die("slock-%s, © 2006-201
2 Anselm R Garbe
\n", VERSION);
+ die("slock-%s, © 2006-201
4 slock engineers
\n", VERSION);
else if(argc != 1)
usage();
else if(argc != 1)
usage();