]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
Remove unused NCWD and NPWD #defines.
[nmh] / uip / burst.c
index 14293536b630073c0c865e6a186dbf9bf20548f5..49dad2d1ff76b5d2ad9e2b3579b4d676f8ee2576 100644 (file)
@@ -189,7 +189,7 @@ main (int argc, char **argv)
        }
     }
 
-    free ((char *) smsgs);
+    free(smsgs);
     context_replace (pfolder, folder); /* update current folder */
 
     /*
@@ -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;