aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd80d9b..a9f07f3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * top.c (print_gdb_version): Fixed a string end-of-line compiler error.
+
2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
* top.c (print_gdb_version): Update for GPL version 3.
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. */