X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..582d5e802ceb8e0c7f0dc5b83fdbf2a62fc10fb3:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index 1b48c554..0f62db74 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -351,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; }