]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
Up version string to 1.3-dev for the CVS trunk.
[nmh] / uip / mhparam.c
index 0b60b03291bad25d0ca0618de19b09fe7e425f6b..f9f78c349e9ee62eae60f2b390b571704a91ae94 100644 (file)
@@ -181,7 +181,8 @@ main(int argc, char **argv)
        }
     }
     
-    return done (missed);
+    done (missed);
+    return 1;
 }