diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2008-06-10 11:57:28 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2008-06-10 11:57:28 +0000 |
commit | 7949220d001c52f03fd566d808a3876185ce5e7f (patch) | |
tree | 208104d1383987fa1ce6f4f574e04d851ed397f4 /gdb/top.c | |
parent | e1ac3328737bc34a23dbfff92b416a9d9306329a (diff) | |
download | gdb-7949220d001c52f03fd566d808a3876185ce5e7f.zip gdb-7949220d001c52f03fd566d808a3876185ce5e7f.tar.gz gdb-7949220d001c52f03fd566d808a3876185ce5e7f.tar.bz2 |
(print_gdb_version): Don't print final newline.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |