X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fburst.c;h=15756d30354cb26fae511fccb4917a38570b6afe;hb=528f017cdebf19e2868bb77891e28e628defd13c;hp=319918bb35f6ed3670412ee4b5e1a4fc4753cb5c;hpb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;p=mmh diff --git a/uip/burst.c b/uip/burst.c index 319918b..15756d3 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; }