From 7949220d001c52f03fd566d808a3876185ce5e7f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 10 Jun 2008 11:57:28 +0000 Subject: (print_gdb_version): Don't print final newline. --- gdb/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 3041a33..4f0c58d 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1159,7 +1159,7 @@ and \"show warranty\" for details.\n"); { fprintf_filtered (stream, _("\nFor bug reporting instructions, please see:\n")); - fprintf_filtered (stream, "%s.\n", REPORT_BUGS_TO); + fprintf_filtered (stream, "%s.", REPORT_BUGS_TO); } } -- cgit v1.1