(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 d3ba89a..0e012dc 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 3041a33..4f0c58d 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