diff options
| -rw-r--r-- | dwm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1806,7 +1806,7 @@ main(int argc, char *argv[]) {  	else if(argc != 1)  		eprint("usage: dwm [-v]\n"); -	/* macros from config.h can be used beginning within main() */ +	/* macros from config.h can be used at function level only */  	mwfact = MWFACT;  	bpos = BARPOS; | 
