Fix from Paul Breed:
* main.c (captured_main): Add a `break' after the case for 'b'.
This commit is contained in:
parent
0ae1cf52b2
commit
046ca86a76
2 changed files with 6 additions and 0 deletions
|
@ -397,6 +397,7 @@ extern int gdbtk_test (char *);
|
|||
else
|
||||
baud_rate = i;
|
||||
}
|
||||
break;
|
||||
case 'l':
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue