]> diplodocus.org Git - nmh/blobdiff - uip/mark.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / mark.c
index 2bbba6d82f09eb8e4c3904359c29e9613e597af9..e53b3d58b9e3403e25b83e8bb87dfb476017adf7 100644 (file)
@@ -36,7 +36,7 @@ static struct swit switches[] = {
 #define VERSIONSW           8
     { "version", 0 },
 #define        HELPSW              9
-    { "help", 4 },
+    { "help", 0 },
 #define        DEBUGSW            10
     { "debug", -5 },
     { NULL, 0 }
@@ -249,7 +249,7 @@ main (int argc, char **argv)
     context_replace (pfolder, folder); /* update current folder         */
     context_save ();                   /* save the context file         */
     folder_free (mp);                  /* free folder/message structure */
-    done (0);
+    return done (0);
 }