]> diplodocus.org Git - nmh/blobdiff - uip/post.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / post.c
index 13dbb58ae4d996e08d60c0fcb0fc09acd89c2aa8..553a22587932930c34750a1efdaf166ebd2246f6 100644 (file)
@@ -1333,7 +1333,7 @@ pl (void)
     printf ("\n\t-- Folder Copies --\nfcc:\t");
     for (i = 0; i < fccind; i++)
        printf ("%s%s", fccfold[i], i + 1 < fccind ? ",\n\t" : "");
-    printf ("\n");
+    putchar('\n');
 }