X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fanno.c;h=bf0e9cad73f0f4970f18748137acf1789d1ff791;hp=c318a2278b579cf36328bb12d9f70029abe75f0d;hb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/anno.c b/uip/anno.c index c318a22..bf0e9ca 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -30,7 +30,7 @@ static struct swit switches[] = { #define VERSIONSW 6 { "version", 0 }, #define HELPSW 7 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -178,7 +178,7 @@ main (int argc, char **argv) seq_save (mp); /* synchronize message sequences */ folder_free (mp); /* free folder/message structure */ context_save (); /* save the context file */ - done (0); + return done (0); }