From 0e3b9af25b493ae3d2b08576d231b9173c15d4ab Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Aug 1999 09:45:52 +0000 Subject: (usage): Correct bug-reporting email address. (tsort): Remove trailing `\n' in error format. --- src/tsort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tsort.c') diff --git a/src/tsort.c b/src/tsort.c index 0eb9b5796..0b36a3368 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -98,7 +98,7 @@ With no FILE, or when FILE is -, read standard input.\n\ --help display this help and exit\n\ --version output version information and exit\n"), program_name); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); @@ -440,7 +440,7 @@ tsort (const char *file) assert (n_strings >= 0); if (n_strings > 0) { - error (0, 0, _("%s: input contains a loop:\n"), + error (0, 0, _("%s: input contains a loop:"), (have_read_stdin ? "-" : file)); /* Print out loop. */ -- cgit v1.2.3-54-g00ecf