fixing some minor issues, next week is dwm-5.9 release time

This commit is contained in:
garbeam@gmail.com
2011-06-11 08:33:20 +01:00
parent 5c710cf89c
commit d384cee751
3 changed files with 4 additions and 4 deletions

2
dwm.c
View File

@ -2046,7 +2046,7 @@ zoom(const Arg *arg) {
int
main(int argc, char *argv[]) {
if(argc == 2 && !strcmp("-v", argv[1]))
die("dwm-"VERSION", © 2006-2010 dwm engineers, see LICENSE for details\n");
die("dwm-"VERSION", © 2006-2011 dwm engineers, see LICENSE for details\n");
else if(argc != 1)
die("usage: dwm [-v]\n");
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())