X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frcvpack.c;h=0b4dc9fcc28d392de7c3495a2c405d08e6e00ba2;hp=1e85f803ec3d67939bdd5356576475a55991180b;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=dee387b53ab0d42922f857b60d6f980c9e79d16f diff --git a/uip/rcvpack.c b/uip/rcvpack.c index 1e85f80..0b4dc9f 100644 --- a/uip/rcvpack.c +++ b/uip/rcvpack.c @@ -2,7 +2,9 @@ /* * rcvpack.c -- append message to a file * - * $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 @@ -99,5 +101,6 @@ main (int argc, char **argv) if (mbx_close (file, md) == NOTOK) done (RCV_MBX); - return done (RCV_MOK); + done (RCV_MOK); + return 1; }