X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/565e35da7e88fd40818a66a6587c3d1a6b685366..4f0974c322efcd33c95404db5b44e53ba00696b4:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index 14293536..b86c722e 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -242,7 +242,7 @@ find_delim (int msgnum, struct smsg *smsgs, int *mimesw) content = parse_mime(msgnam); if (! content && *mimesw == 2) return 0; - else if (content) { + if (content) { smsgs[0].s_start = 0; smsgs[0].s_stop = content->c_begin - 1; msgp = 1;