X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..5fa3d9aa99f952d8ca032f94f9c47b739e2ef7e7:/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; }