X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dee387b53ab0d42922f857b60d6f980c9e79d16f..2b63c01aa93210f7c6b812c135173812793c7176:/uip/rcvpack.c diff --git a/uip/rcvpack.c b/uip/rcvpack.c index 1e85f803..0b4dc9fc 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; }