From: Andreas Schwab Date: Tue, 10 Jun 2008 11:57:28 +0000 (+0000) Subject: (print_gdb_version): Don't print final newline. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7949220d001c52f03fd566d808a3876185ce5e7f;p=binutils-gdb.git (print_gdb_version): Don't print final newline. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3ba89ab8ad..0e012dc62e1 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 3041a330be8..4f0c58d0f1d 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); } }