]> diplodocus.org Git - nmh/blobdiff - uip/mhbuildsbr.c
uip/mhparse.c: Fix body starting a byte too soon when no blank line.
[nmh] / uip / mhbuildsbr.c
index 8bd7be2dc9436538068511101fe3ba7d3abf1a5c..501bb88baa4fee91bf59a32664384b0aad2d771b 100644 (file)
@@ -331,7 +331,7 @@ finish_field:
 
        case BODY:
            fseek (in, (long) (-strlen (buf)), SEEK_CUR);
-           /* FALLTHRU */
+           break;
        case FILEEOF:
            break;