X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fburst.c;h=d367b97dd779c0c64fdb3adb8fd1d3723ee2c796;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=d13b0760bcade1bb8fdafda2031c1a106396335f;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/burst.c b/uip/burst.c index d13b076..d367b97 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -154,9 +154,11 @@ main (int argc, char **argv) numburst, numburst > 1 ? "s" : "", msgnum); burst (&mp, msgnum, smsgs, numburst, inplace, verbosw); } else { - if (numburst == 0) + if (numburst == 0) { if (!quietsw) - admonish (NULL, "message %d not in digest format", msgnum); + admonish (NULL, "message %d not in digest format", + msgnum); + } /* this pair of braces was missing before 1999-07-15 */ else adios (NULL, "burst() botch -- you lose big"); } @@ -183,7 +185,7 @@ 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); }