X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..2866e077625468380040b3bbda590cbcbf2c1225:/uip/mhbuild.c diff --git a/uip/mhbuild.c b/uip/mhbuild.c index b39cc809..d3761c0f 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -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; } /*