X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fanno.c;h=c80b782b3aa898d70f47f17fb581a3bd7e97bc03;hp=3958eb148e6bf9332d401bec70de45b7eb21ca0b;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=bd60514e13b4b1d4e2f726e6fc54da9eff6a263e diff --git a/uip/anno.c b/uip/anno.c index 3958eb1..c80b782 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -26,7 +26,7 @@ static struct swit switches[] = { #define DATESW 1 { "date", 0 }, #define NDATESW 2 - { "nodate", 0 }, + { "nodate", 2 }, #define TEXTSW 3 { "text body", 0 }, #define VERSIONSW 4 @@ -44,7 +44,7 @@ static struct swit switches[] = { #define PRESERVESW 10 { "preserve", 0 }, #define NOPRESERVESW 11 - { "nopreserve", 0 }, + { "nopreserve", 2 }, { NULL, 0 } };