X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23a0ebb69f4a7ad12eddb474f65c0a3bf800587b..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/post.c diff --git a/uip/post.c b/uip/post.c index 13dbb58a..553a2258 100644 --- a/uip/post.c +++ b/uip/post.c @@ -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'); }