Remove RCS keywords, since they no longer work after git migration.
[mmh] / uip / conflict.c
index 1713b15..07e77fc 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * conflict.c -- check for conflicts in mail system
  *
- * $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.
@@ -139,7 +137,8 @@ main (int argc, char **argv)
 #endif /* UCI */
     maildrops ();
 
-    return done (0);
+    done (0);
+    return 1;
 }