diff options
| author | anselm@anselm1 <unknown> | 2008-02-22 19:32:53 +0000 | 
|---|---|---|
| committer | anselm@anselm1 <unknown> | 2008-02-22 19:32:53 +0000 | 
| commit | fd01413fae6dea101ed07e6ee7c0d26be5e92d03 (patch) | |
| tree | 6a1d61fee8aaf246a8bad04eb93df9789b1163ac | |
| parent | d6e24f7116768427a2bb7a2b04f5295b9b5fb327 (diff) | |
fixed Gottox' mail address
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | dwm.c | 1 | 
2 files changed, 2 insertions, 1 deletions
| @@ -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"), @@ -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) | 
