]> git.marmaro.de Git - mmh/blobdiff - uip/mhpath.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / mhpath.c
index ac1854e4e803fcfde0e35e92277a02d4534a4759..918371a954f4cd3bb792f4d5da5038ae5f45ed14 100644 (file)
@@ -144,5 +144,5 @@ main(int argc, char **argv)
     seq_save (mp);     /* synchronize message sequences */
     context_save ();   /* save the context file         */
     folder_free (mp);  /* free folder/message structure */
-    done (0);
+    return done (0);
 }