X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6fc2909634fb431c65ecfa8b6db4f6519f99b389..26ad296a3104a934bff84c1e77b6f73508169959:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index d7b2c2f0..0f164c39 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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; }