]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Add \n at the end of message output via fprintf.
authorJim Meyering <jim@meyering.net>
Sat, 26 Jun 2004 12:43:44 +0000 (12:43 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Jun 2004 12:43:44 +0000 (12:43 +0000)
src/mknod.c

index a3a9d2270b2d2ac71b3ecadcb425a84efde98802..7bd32b367793411cec48526687d300d24efa3dec 100644 (file)
@@ -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);
     }