X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5781cc9dca08c6d780b128a03448ca0fe64831c6..80a9e99f7078199500d2d53c8d77d1b92af06fbc:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index b86c722e..ab2a9e5d 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -189,7 +189,7 @@ main (int argc, char **argv) } } - free ((char *) smsgs); + free(smsgs); context_replace (pfolder, folder); /* update current folder */ /* @@ -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;