summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-26 12:43:44 +0000
committerJim Meyering <jim@meyering.net>2004-06-26 12:43:44 +0000
commitcf0071c5b0231ecb7541d1bc3714a515622f9932 (patch)
tree19324d4ec72c144248a9e93fb64beb6523889308 /src
parent164aaa2abba8ee3372471b426fc8efde770613b3 (diff)
downloadcoreutils-cf0071c5b0231ecb7541d1bc3714a515622f9932.tar.xz
(main): Add \n at the end of message output via fprintf.
Diffstat (limited to 'src')
-rw-r--r--src/mknod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mknod.c b/src/mknod.c
index a3a9d2270..7bd32b367 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);
}