fixed Gottox' mail address
authoranselm@anselm1
Fri, 22 Feb 2008 19:32:53 +0000
changeset 1101 6a1a8acc88fc
parent 1100 2a63e213d42d
child 1102 239f5ee65766
fixed Gottox' mail address
LICENSE
dwm.c
--- a/LICENSE	Fri Feb 22 15:27:50 2008 +0000
+++ b/LICENSE	Fri Feb 22 19:32:53 2008 +0000
@@ -6,7 +6,7 @@
 © 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"),
--- a/dwm.c	Fri Feb 22 15:27:50 2008 +0000
+++ b/dwm.c	Fri Feb 22 19:32:53 2008 +0000
@@ -2061,6 +2061,7 @@
 
 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)