X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..86048c14a070e3382577dd22519319bce77c70b9:/uip/mhpath.c diff --git a/uip/mhpath.c b/uip/mhpath.c index 3974515d..c4fd935b 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -123,5 +123,6 @@ main(int argc, char **argv) seq_save (mp); /* synchronize message sequences */ context_save (); /* save the context file */ folder_free (mp); /* free folder/message structure */ - return done (0); + done (0); + return 1; }