* top.c (print_gdb_version): delete stutter.
authorFelix Lee <flee@cygnus>
Fri, 16 Jan 1998 20:26:57 +0000 (20:26 +0000)
committerFelix Lee <flee@cygnus>
Fri, 16 Jan 1998 20:26:57 +0000 (20:26 +0000)
gdb/ChangeLog
gdb/top.c

index 9529f17521a049be914e6f7a2b8810c70e9eea22..8f48568682bf4467428101ab5b68aa16b66ad583 100644 (file)
@@ -1,3 +1,7 @@
+1998-01-16  Felix Lee  <flee@cygnus.com>
+
+       * top.c (print_gdb_version): delete stutter.
+
 Thu Jan 15 12:29:13 1998  Nick Clifton  <nickc@cygnus.com>
 
        * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
index 6777d0b7993d100428ab185f36ee4f91d0baa902..f1194793a833ed103ab6dedadb1fb7552d0f8940 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -2813,7 +2813,7 @@ print_gdb_version (stream)
   fprintf_filtered (stream, "\
 GDB is free software, covered by the GNU General Public License, and you are\n\
 welcome to change it and/or distribute copies of it under certain conditions.\n\
-Type \"show copying\" to see the conditions.  This version of GDB is supported  This version of GDB is supported\n\
+Type \"show copying\" to see the conditions.  This version of GDB is supported\n\
 for customers of Cygnus Solutions.  Type \"show warranty\" for details.\n");
 
   /* After the required info we print the configuration information. */
This page took 0.029206 seconds and 4 git commands to generate.