]> diplodocus.org Git - nmh/blobdiff - uip/rmm.c
The conditional definition of the "np" variable didn't make any sense. It was
[nmh] / uip / rmm.c
index 1b09907a5b8932e5a7d48511d14506de645588fb..21a0f901f8418593eb2bca7ece22dcbf507cb12a 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -147,5 +147,5 @@ main (int argc, char **argv)
     context_replace (pfolder, folder); /* update current folder   */
     context_save ();                   /* save the context file   */
     folder_free (mp);                  /* free folder structure   */
-    done (0);
+    return done (0);
 }