X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..c347c3bb:/uip/burst.c?ds=inline diff --git a/uip/burst.c b/uip/burst.c index 8c704a23..0f62db74 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -1,5 +1,4 @@ -/* - * burst.c -- explode digests into individual messages +/* burst.c -- explode digests into individual messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -352,8 +351,6 @@ find_mime_parts (CT content, struct smsg *smsgs, int *msgp) for (part = m->mp_parts; part; part = part->mp_next) find_mime_parts(part->mp_part, smsgs, msgp); } - - return; }