projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30292c5
)
Added comment and removed whitespace.
author
markus schnalke
<meillo@marmaro.de>
Sat, 5 May 2012 05:51:04 +0000
(07:51 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Sat, 5 May 2012 05:51:04 +0000
(07:51 +0200)
uip/pick.c
patch
|
blob
|
history
uip/repl.c
patch
|
blob
|
history
diff --git
a/uip/pick.c
b/uip/pick.c
index
d8edbca
..
fa5531a
100644
(file)
--- a/
uip/pick.c
+++ b/
uip/pick.c
@@
-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
diff --git
a/uip/repl.c
b/uip/repl.c
index
f8af5ca
..
d847840
100644
(file)
--- a/
uip/repl.c
+++ b/
uip/repl.c
@@
-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 }
};