-
-/*
- * 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
free (dp);
}
- printf ("\n");
+ putchar('\n');
if (verbose) {
CI ci = &ct->c_ctinfo;
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;
printf ("\t permission=\"%s\"\n", e->eb_permission);
if (e->eb_flags == NOTOK)
- printf ("\t [service unavailable]\n");
+ puts("\t [service unavailable]");
}