* infcmd.c (finish_backward): Use breakpoint_set_silent.
[deliverable/binutils-gdb.git] / gdb / reverse.c
index be8801f676f8aaf6d32ae99b8db55ebf745622c3..98341d52292cf3607a048e9809fd106345265cac 100644 (file)
@@ -1,6 +1,7 @@
 /* Reverse execution and reverse debugging.
 
-   Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -306,7 +307,7 @@ bookmarks_info (char *args, int from_tty)
 
   gdbarch = get_regcache_arch (get_current_regcache ());
   printf_filtered (_("Bookmark    Address     Opaque\n"));
-  printf_filtered (_("   ID                    Data \n"));
+  printf_filtered (_("   ID                    Data\n"));
 
   ALL_BOOKMARKS (b)
     printf_filtered ("   %d       %s    '%s'\n",
This page took 0.023754 seconds and 4 git commands to generate.