(print_gdb_version): Don't print final newline.

This commit is contained in:
Andreas Schwab 2008-06-10 11:57:28 +00:00
parent e1ac332873
commit 7949220d00
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-10 Andreas Schwab <schwab@suse.de>
* top.c (print_gdb_version): Don't print final newline.
2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
Implement *running.

View File

@ -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);
}
}