]> diplodocus.org Git - nmh/blobdiff - uip/fmtdump.c
icalparse.y: Remove else-block that returns by merging if-conditions.
[nmh] / uip / fmtdump.c
index 95a77926b58dfeeec979ec31d2858d104141c5f0..430a42e40738f5fb6c1993f0d9c615b8d81dd98f 100644 (file)
@@ -87,8 +87,7 @@ main (int argc, char **argv)
        }
        if (form)
            adios (NULL, "only one form at a time!");
        }
        if (form)
            adios (NULL, "only one form at a time!");
-       else
-           form = cp;
+        form = cp;
     }
 
     /*
     }
 
     /*