]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
configure.ac: Enable assert(3) by default.
[nmh] / uip / burst.c
index 8c704a2378594dbe8882eefe2b9ec57d1fbe5e95..0f62db74037e9577616959b922b47c3776adb750 100644 (file)
@@ -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;
 }