X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a25f618832c9b9dec40cd51cf698c3c50b4bf354..d6e8d44dbb990fe77f9380ef6cbcd5101807208e:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index 49dad2d1..ab2a9e5d 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -521,6 +521,7 @@ cpybrst (FILE *in, FILE *out, char *ifile, char *ofile, int len, int mime) default: state = S2; + /* FALLTHRU */ case '\n': fputc (c, out); break; @@ -531,6 +532,7 @@ cpybrst (FILE *in, FILE *out, char *ifile, char *ofile, int len, int mime) switch (c) { case '\n': state = S1; + /* FALLTHRU */ default: fputc (c, out); break;