X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhom.c;h=5d7172e4134873e8d920f6927cf1d403ab29ab4e;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=aeb8d3b660ea3b167e6c2e72c202e73422a1e1ac;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/whom.c b/uip/whom.c index aeb8d3b..5d7172e 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -27,7 +27,7 @@ static struct swit switches[] = { #define VERSIONSW 7 { "version", 0 }, #define HELPSW 8 - { "help", 4 }, + { "help", 0 }, #define CLIESW 9 { "client host", -6 }, #define SERVSW 10 @@ -185,5 +185,5 @@ main (int argc, char **argv) done (status); } - exit (-1); /* NOT REACHED */ + return 0; /* dead code to satisfy the compiler */ }