aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-06-10 11:57:28 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-06-10 11:57:28 +0000
commit7949220d001c52f03fd566d808a3876185ce5e7f (patch)
tree208104d1383987fa1ce6f4f574e04d851ed397f4 /gdb/top.c
parente1ac3328737bc34a23dbfff92b416a9d9306329a (diff)
downloadfsf-binutils-gdb-7949220d001c52f03fd566d808a3876185ce5e7f.zip
fsf-binutils-gdb-7949220d001c52f03fd566d808a3876185ce5e7f.tar.gz
fsf-binutils-gdb-7949220d001c52f03fd566d808a3876185ce5e7f.tar.bz2
(print_gdb_version): Don't print final newline.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 3041a33..4f0c58d 100644
--- 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);
}
}