corrected a misleading comment
11cfff2d
1 file(s) · +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 |