X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2a00f59c84996b2782505bc49845b8828be500b5..a23477eb:/uip/mhlistsbr.c diff --git a/uip/mhlistsbr.c b/uip/mhlistsbr.c index 0110d9e0..452c7fd4 100644 --- a/uip/mhlistsbr.c +++ b/uip/mhlistsbr.c @@ -1,6 +1,4 @@ - -/* - * mhlistsbr.c -- routines to list information about the +/* mhlistsbr.c -- routines to list information about the * -- contents of MIME messages * * This code is Copyright (c) 2002, by the authors of nmh. See the @@ -10,7 +8,6 @@ #include #include -#include #include #include #include @@ -202,7 +199,7 @@ list_content (CT ct, int toplevel, int realsize, int verbose, int debug, free (dp); } - printf ("\n"); + putchar('\n'); if (verbose) { CI ci = &ct->c_ctinfo; @@ -366,7 +363,7 @@ list_partial (CT ct, int toplevel, int realsize, int verbose, int debug, printf ("\t [message %s, part %d", p->pm_partid, p->pm_partno); if (p->pm_maxno) printf (" of %d", p->pm_maxno); - printf ("]\n"); + puts("]"); } return OK; @@ -412,7 +409,7 @@ list_external (CT ct, int toplevel, int realsize, int verbose, int debug, printf ("\t permission=\"%s\"\n", e->eb_permission); if (e->eb_flags == NOTOK) - printf ("\t [service unavailable]\n"); + puts("\t [service unavailable]"); }