]> diplodocus.org Git - nmh/blobdiff - uip/mhbuild.c
mhlist -verbose: Don't duplicate message/external-body's parameters.
[nmh] / uip / mhbuild.c
index b39cc80989c6044ad10094cf8122098e7eafbce5..d3761c0f2350008378ce138264784660bf474c1e 100644 (file)
@@ -117,8 +117,7 @@ main (int argc, char **argv)
        if (cp[0] == '-' && cp[1] == '\0') {
            if (compfile)
                adios (NULL, "cannot specify both standard input and a file");
-           else
-               compfile = cp;
+            compfile = cp;
            listsw = 0;         /* turn off -list if using standard in/out */
            verbosw = 0;        /* turn off -verbose listings */
            break;
@@ -282,8 +281,7 @@ main (int argc, char **argv)
        }
        if (compfile)
            adios (NULL, "only one composition file allowed");
-       else
-           compfile = cp;
+        compfile = cp;
     }
 
     /*