X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=5171f4e8007a304af536f79ebc68c97655c8646c;hp=f9dc33bf0ab053d18709c64cedec4507b15cfd23;hb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhmail.c b/uip/mhmail.c index f9dc33b..5171f4e 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -21,7 +21,7 @@ static struct swit switches[] = { #define VERSIONSW 4 { "version", 0 }, #define HELPSW 5 - { "help", 4 }, + { "help", 0 }, #define RESNDSW 6 { "resent", -6 }, #define QUEUESW 7 @@ -187,6 +187,8 @@ main (int argc, char **argv) perror (postproc); _exit (-1); } + + return 0; /* dead code to satisfy the compiler */ }