]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Create and use header file for uip/mhfree.c's exports.
[nmh] / uip / msgchk.c
index 2fede57e791352a9f3e603382b659bfc536a82cb..44d9352845b4a5b89512ba6ed43c9a52ebed6801 100644 (file)
@@ -399,7 +399,7 @@ remotemail (char *host, char *port, char *user, char *proxy, int notifysw,
                printf ("%s has ", user);
 
            printf ("%d message%s (%d bytes)",
-                   nmsgs, nmsgs != 1 ? "s" : "", nbytes);
+                   nmsgs, PLURALS(nmsgs), nbytes);
        }
        else
            notifysw = 0;