]> git.marmaro.de Git - mmh/blobdiff - uip/rcvpack.c
Remove RCS keywords, since they no longer work after git migration.
[mmh] / uip / rcvpack.c
index 410267b6d7dccc460f023a5aa20f6b7cfd5da893..0b4dc9fcc28d392de7c3495a2c405d08e6e00ba2 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * 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.
@@ -103,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;
 }