]> git.marmaro.de Git - mmh/blobdiff - uip/msh.c
Insert types for args of some function pointers to improve type checking.
[mmh] / uip / msh.c
index 3f8a7ab0291d5530c689d225265b0dce38c24748..6d6fbca2fed46b98d27cf4c33dca7aa3d81e865c 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
@@ -413,7 +413,8 @@ main (int argc, char **argv)
 
     m_reset ();
     
-    return done (0);
+    done (0);
+    return 1;
 }