]> diplodocus.org Git - nmh/blobdiff - uip/mhlistsbr.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhlistsbr.c
index 0110d9e0535e5e9e12e6f593cafb11331c59dc9e..f5459cd400f942fb0c31a348dc9b35d542ec048c 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <h/mh.h>
 #include <fcntl.h>
-#include <h/signals.h>
 #include <h/mts.h>
 #include <h/tws.h>
 #include <h/mime.h>
@@ -202,7 +201,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;