]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
Assume POSIX ctype.h; don't vet tolower()'s parameter.
[nmh] / uip / burst.c
index 14293536b630073c0c865e6a186dbf9bf20548f5..b86c722e17cb2ed8bcb0076e5ba6a93ff0a3f4da 100644 (file)
@@ -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;