fixed Gottox' mail address fd01413f
anselm@anselm1 · 2008-02-22 19:32 2 file(s) · +2 −1
LICENSE +1 −1
6 6
© 2007 Premysl Hruby <dfenze at gmail dot com>
7 7
© 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
8 8
© 2007 Christof Musik <christof at sendfax dot de>
9 -
© 2007-2008 Enno Gottox Boland <gottox at gmail dot com>
9 +
© 2007-2008 Enno Gottox Boland <gottox at s01 dot de>
10 10
11 11
Permission is hereby granted, free of charge, to any person obtaining a
12 12
copy of this software and associated documentation files (the "Software"),
dwm.c +1 −0
2061 2061
2062 2062
int
2063 2063
main(int argc, char *argv[]) {
2064 +
	fprintf(stderr, "%u\n", sizeof("jsjsjsjsjssjsj"));
2064 2065
	if(argc == 2 && !strcmp("-v", argv[1]))
2065 2066
		eprint("dwm-"VERSION", © 2006-2008 dwm engineers, see LICENSE for details\n");
2066 2067
	else if(argc != 1)