(print_gdb_version): Don't print final newline.
This commit is contained in:
parent
e1ac332873
commit
7949220d00
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue