]> git.marmaro.de Git - mmh/blobdiff - uip/rmm.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / 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);
 }