From: Jim Meyering Date: Sat, 26 Jun 2004 12:43:44 +0000 (+0000) Subject: (main): Add \n at the end of message output via fprintf. X-Git-Tag: v5.3.0~1250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf0071c5b0231ecb7541d1bc3714a515622f9932;p=thirdparty%2Fcoreutils.git (main): Add \n at the end of message output via fprintf. --- diff --git a/src/mknod.c b/src/mknod.c index a3a9d2270b..7bd32b3677 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -157,7 +157,7 @@ main (int argc, char **argv) quote (argv[optind + expected_operands])); if (expected_operands == 2 && argc - optind == 4) fprintf (stderr, - _("Fifos do not have major and minor device numbers.")); + _("Fifos do not have major and minor device numbers.\n")); usage (EXIT_FAILURE); }