]> git.marmaro.de Git - mmh/blobdiff - uip/msgchk.c
Remove RCS keywords, since they no longer work after git migration.
[mmh] / uip / msgchk.c
index 872dc2e152fc1fe17dd31d82a6e8c069ae14bfbf..e052b42eba96df6bef73bbc25ab0d0990ff59f15 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;
 }