From 7949220d001c52f03fd566d808a3876185ce5e7f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 10 Jun 2008 11:57:28 +0000 Subject: [PATCH] (print_gdb_version): Don't print final newline. --- gdb/ChangeLog | 4 ++++ gdb/top.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3ba89a..0e012dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-06-10 Andreas Schwab + + * top.c (print_gdb_version): Don't print final newline. + 2008-06-10 Vladimir Prus Implement *running. 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); } } -- 2.7.4