* top.c (print_gdb_version): Fixed a string end-of-line compiler error.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 2 Sep 2007 21:13:56 +0000 (21:13 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 2 Sep 2007 21:13:56 +0000 (21:13 +0000)
gdb/ChangeLog
gdb/top.c

index cd80d9be1f65b783cb3fd6b33bbe6cbbe6294ebe..a9f07f37df3e63e1bb8a7657a16f192ee7369103 100644 (file)
@@ -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.
index 02e329542b6ae8c53122d9b5c7a32d42046946df..80476bd9e13f696fd4a4698b9baa617b6c74ca69 100644 (file)
--- 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. */