2010-12-28 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / reverse.c
index 6b8da9351358180a971b6ee3e6d812fefae4536c..4fd8a75e967902cc438783e94e225ed9894c96d4 100644 (file)
@@ -213,7 +213,7 @@ delete_all_bookmarks (void)
 static void
 delete_bookmark_command (char *args, int from_tty)
 {
-  struct bookmark *b, *b1;
+  struct bookmark *b;
   unsigned long num;
 
   if (bookmark_chain == NULL)
@@ -306,7 +306,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.024095 seconds and 4 git commands to generate.