]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Add LEN(s) definition.
[nmh] / uip / msgchk.c
index d7b2c2f04394497dfc6b98970f5ab3ae822638a9..0f164c39ff2a366b866d5b715edff2171e1cc18b 100644 (file)
@@ -336,7 +336,7 @@ checkmail (char *user, char *home, int datesw, int notifysw, int personal)
        if (datesw && st.st_atime)
            printf ("; last read on %s", dtime (&st.st_atime, 1));
     if (notifysw)
-       printf ("\n");
+       putchar('\n');
 
     return status;
 }