]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Create and use header file for uip/mhfree.c's exports.
[nmh] / uip / msgchk.c
index a412aceaed14dd133f916adc4e08e9105fc7478e..44d9352845b4a5b89512ba6ed43c9a52ebed6801 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * msgchk.c -- check for mail
+/* msgchk.c -- check for mail
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -400,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;