X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmail.c;h=d74a7f1d4b4f8b1302912e8c318454d310c5322e;hb=08baf4f8bc7623c41a9753c71aed9a4042196aac;hp=f9dc33bf0ab053d18709c64cedec4507b15cfd23;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhmail.c b/uip/mhmail.c index f9dc33b..d74a7f1 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -3,6 +3,10 @@ * mhmail.c -- simple mail program * * $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 @@ -21,7 +25,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 +191,8 @@ main (int argc, char **argv) perror (postproc); _exit (-1); } + + return 0; /* dead code to satisfy the compiler */ }