X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fali.c;h=737f68c76b73239b2caf70759999958777d1f5b8;hp=bbbf0c1855bfce01bf3b72e7f96a47de76f725bb;hb=1bb1f6c3f38b05060bf699ea2743f7386889bf63;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/ali.c b/uip/ali.c index bbbf0c1..737f68c 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -3,11 +3,17 @@ * ali.c -- list nmh mail aliases * * $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 #include #include +#include +#include /* * maximum number of names @@ -34,7 +40,7 @@ static struct swit switches[] = { #define VERSIONSW 8 { "version", 0 }, #define HELPSW 9 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -164,7 +170,7 @@ main (int argc, char **argv) } } - done (0); + return done (0); } void