瀏覽代碼

fixed Gottox' mail address

anselm@anselm1 17 年之前
父節點
當前提交
fd01413fae
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      LICENSE
  2. 1 0
      dwm.c

+ 1 - 1
LICENSE

@@ -6,7 +6,7 @@ MIT/X Consortium License
 © 2007 Premysl Hruby <dfenze at gmail dot com>
 © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
 © 2007 Christof Musik <christof at sendfax dot de>
-© 2007-2008 Enno Gottox Boland <gottox at gmail dot com>
+© 2007-2008 Enno Gottox Boland <gottox at s01 dot de>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),

+ 1 - 0
dwm.c

@@ -2061,6 +2061,7 @@ selectmonitor(const char *arg) {
 
 int
 main(int argc, char *argv[]) {
+	fprintf(stderr, "%u\n", sizeof("jsjsjsjsjssjsj"));
 	if(argc == 2 && !strcmp("-v", argv[1]))
 		eprint("dwm-"VERSION", © 2006-2008 dwm engineers, see LICENSE for details\n");
 	else if(argc != 1)