Don't throw quit exceptions like crazy - add a missing break statement.
This commit is contained in:
parent
1d4b03e60c
commit
39ab6288fa
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ void controller::show()
|
|||
break;
|
||||
case part_ui::SKIP:
|
||||
k = parts_.size();
|
||||
break;
|
||||
default:
|
||||
throw quit();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue