pinosaur
/
dwm.git
/ commitdiff
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
3168ee0
..
e3dd6c8
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;