X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a25f618832c9b9dec40cd51cf698c3c50b4bf354..80a9e99f7078199500d2d53c8d77d1b92af06fbc:/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;