]> git.marmaro.de Git - mmh/commitdiff
Added comment and removed whitespace.
authormarkus schnalke <meillo@marmaro.de>
Sat, 5 May 2012 05:51:04 +0000 (07:51 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sat, 5 May 2012 05:51:04 +0000 (07:51 +0200)
uip/pick.c
uip/repl.c

index d8edbcaa9b8b1c7c007359f998b735a9073ffa60..fa5531a5570107fe9fc8aafddbd3a806f3a55056 100644 (file)
@@ -45,7 +45,7 @@ static struct swit switches[] = {
 #define BEFRSW  13
        { "before date", 0 },
 #define DATFDSW  14
-       { "datefield field", 5 },
+       { "datefield field", 5 },  /* 5 chars required to differ from -date */
 #define SEQSW  15
        { "sequence name", 0 },
 #define PUBLSW  16
index f8af5caaf68b8d68c4298c5b777ae6a35571105d..d84784091296876f1f2cf121701c8c6592bc06dd 100644 (file)
@@ -51,7 +51,7 @@ static struct swit switches[] = {
        { "help", 0 },
 #define FILESW  17
        { "file file", 4 },  /* interface from msh */
-# define BILDSW  18
+#define BILDSW  18
        { "build", 5 },  /* interface from mhe */
        { NULL, 0 }
 };