X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhpath.c;h=918371a954f4cd3bb792f4d5da5038ae5f45ed14;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=ac1854e4e803fcfde0e35e92277a02d4534a4759;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhpath.c b/uip/mhpath.c index ac1854e..918371a 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -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); }