projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a026617
)
corrected a misleading comment
author
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 16 Sep 2007 08:24:35 +0000
(10:24 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 16 Sep 2007 08:24:35 +0000
(10:24 +0200)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 3168ee08bb1a6bdf50eb871a415d441e56d8f4ee..e3dd6c8fd6ca201d21199b0553bcef756fd302bc 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-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;