JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
corrected a misleading comment
authorAnselm R. Garbe <garbeam@gmail.com>
Sun, 16 Sep 2007 08:24:35 +0000 (10:24 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Sun, 16 Sep 2007 08:24:35 +0000 (10:24 +0200)
dwm.c

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;