X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..d1797eb2b2d5f3aa1b653e6a2562bf79c559eeb2:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index 2fede57e..44d93528 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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;