-
-/*
- * 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
}
if (addrp == NADDRS)
adios (NULL, "more than %d addresses", NADDRS);
- else
- addrs[addrp++] = cp;
+ addrs[addrp++] = cp;
}
addrs[addrp] = NULL;