Fix from Paul Breed:

* main.c (captured_main): Add a `break' after the case for 'b'.
This commit is contained in:
Jim Blandy 2002-09-25 03:10:26 +00:00
parent 0ae1cf52b2
commit 046ca86a76
2 changed files with 6 additions and 0 deletions

View 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

View file

@ -397,6 +397,7 @@ extern int gdbtk_test (char *);
else
baud_rate = i;
}
break;
case 'l':
{
int i;