aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2007-09-02 21:13:56 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2007-09-02 21:13:56 +0000
commit0b93d57c33f9377f43325623b8a493cb5c9697be (patch)
tree68b4b180454632fd26cc837f9922fbcfdd352b23 /gdb/top.c
parentb8533aeca87564129a5bbb72be197491b4bfbb22 (diff)
downloadfsf-binutils-gdb-0b93d57c33f9377f43325623b8a493cb5c9697be.zip
fsf-binutils-gdb-0b93d57c33f9377f43325623b8a493cb5c9697be.tar.gz
fsf-binutils-gdb-0b93d57c33f9377f43325623b8a493cb5c9697be.tar.bz2
* top.c (print_gdb_version): Fixed a string end-of-line compiler error.
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 02e3295..80476bd 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1157,7 +1157,7 @@ print_gdb_version (struct ui_file *stream)
fprintf_filtered (stream, "\
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
-There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"
+There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n\
and \"show warranty\" for details.\n");
/* After the required info we print the configuration information. */