corrected a misleading comment 11cfff2d
Anselm R. Garbe · 2007-09-16 10:24 1 file(s) · +1 −1
dwm.c +1 −1
1806 1806
	else if(argc != 1)
1807 1807
		eprint("usage: dwm [-v]\n");
1808 1808
1809 -
	/* macros from config.h can be used beginning within main() */
1809 +
	/* macros from config.h can be used at function level only */
1810 1810
	mwfact = MWFACT;
1811 1811
	bpos = BARPOS;
1812 1812