Fix from Paul Breed:
authorJim Blandy <jimb@codesourcery.com>
Wed, 25 Sep 2002 03:10:26 +0000 (03:10 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 25 Sep 2002 03:10:26 +0000 (03:10 +0000)
* main.c (captured_main): Add a `break' after the case for 'b'.

gdb/ChangeLog
gdb/main.c

index 46a0bb1..7e9bf6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-24  Jim Blandy  <jimb@redhat.com>
+
+       Fix from Paul Breed:
+       * main.c (captured_main): Add a `break' after the case for 'b'.
+
 2002-09-24  Keith Seitz  <keiths@redhat.com>
 
        * varobj.c (c_type_of_child): Use get_target_type instead
index 61479e8..4299817 100644 (file)
@@ -397,6 +397,7 @@ extern int gdbtk_test (char *);
              else
                baud_rate = i;
            }
+            break;
          case 'l':
            {
              int i;