corrected a misleading comment
This commit is contained in:
parent
a026617c65
commit
11cfff2dae
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -1806,7 +1806,7 @@ main(int argc, char *argv[]) {
|
||||||
else if(argc != 1)
|
else if(argc != 1)
|
||||||
eprint("usage: dwm [-v]\n");
|
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;
|
mwfact = MWFACT;
|
||||||
bpos = BARPOS;
|
bpos = BARPOS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue