same as before with dwm.c as well
This commit is contained in:
parent
b468873b2b
commit
18248ebf4b
2
dwm.c
2
dwm.c
@ -2046,7 +2046,7 @@ zoom(const Arg *arg) {
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[]) {
|
main(int argc, char *argv[]) {
|
||||||
if(argc == 2 && !strcmp("-v", argv[1]))
|
if(argc == 2 && !strcmp("-v", argv[1]))
|
||||||
die("dwm-"VERSION", © 2006-2012 dwm engineers, see LICENSE for details\n");
|
die("dwm-"VERSION", © 2006-2014 dwm engineers, see LICENSE for details\n");
|
||||||
else if(argc != 1)
|
else if(argc != 1)
|
||||||
die("usage: dwm [-v]\n");
|
die("usage: dwm [-v]\n");
|
||||||
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
|
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
|
||||||
|
Loading…
Reference in New Issue
Block a user