Remove RCS keywords, since they no longer work after git migration.
[mmh] / uip / msgchk.c
index 872dc2e..e052b42 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * msgchk.c -- check for mail
  *
- * $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.
@@ -327,7 +325,8 @@ main (int argc, char **argv)
     }          /* host == NULL */
 #endif
 
-    return done (status);
+    done (status);
+    return 1;
 }