Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / rmf.c
index 059e607..233a7bf 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -15,7 +15,7 @@ static struct swit switches[] = {
 #define VERSIONSW         2
     { "version", 0 },
 #define        HELPSW            3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -115,7 +115,7 @@ main (int argc, char **argv)
        context_replace (pfolder, newfolder);   /* update current folder */
     }
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }
 
 static int