X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..38615191:/uip/burst.c?ds=inline diff --git a/uip/burst.c b/uip/burst.c index 319918bb..15756d30 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -189,7 +189,8 @@ 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; }