]> diplodocus.org Git - nmh/blobdiff - uip/ap.c
picksbr.c: Specify parameters of nexus's n_action function pointer.
[nmh] / uip / ap.c
index 1b1fee3ca4ac8dc7da0a23725323afd4161571f9..ea93fd6f78584492063ba6f6adfbdaaa726c9d5e 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -1,6 +1,4 @@
-
-/*
- * ap.c -- parse addresses 822-style
+/* ap.c -- parse addresses 822-style
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -97,8 +95,7 @@ main (int argc, char **argv)
        }
        if (addrp == NADDRS)
            adios (NULL, "more than %d addresses", NADDRS);
-       else
-           addrs[addrp++] = cp;
+        addrs[addrp++] = cp;
     }
     addrs[addrp] = NULL;