X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhom.c;h=d04ef27e1c3b9035c40311fd2f011f8b0d3d5ed8;hp=aeb8d3b660ea3b167e6c2e72c202e73422a1e1ac;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/whom.c b/uip/whom.c index aeb8d3b..d04ef27 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -3,6 +3,10 @@ * whom.c -- report to whom a message would be sent * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -27,7 +31,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 +189,5 @@ main (int argc, char **argv) done (status); } - exit (-1); /* NOT REACHED */ + return 0; /* dead code to satisfy the compiler */ }