(print_gdb_version): Don't print final newline.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 10 Jun 2008 11:57:28 +0000 (11:57 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 10 Jun 2008 11:57:28 +0000 (11:57 +0000)
gdb/ChangeLog
gdb/top.c

index d3ba89ab8adc21cc845c1da9c63676d067ca5109..0e012dc62e1eaa413c54e9a7e98c4b335389df31 100644 (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.
index 3041a330be8c4335e6c3fac912bcd0e42b341b0a..4f0c58d0f1d5950d115c2a0ccc4a5ad65486831d 100644 (file)
--- 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);
     }
 }
 \f