Don't throw quit exceptions like crazy - add a missing break statement.

This commit is contained in:
Ignacio R. Morelle 2009-04-28 12:12:28 +00:00
parent 1d4b03e60c
commit 39ab6288fa

View file

@ -167,6 +167,7 @@ void controller::show()
break;
case part_ui::SKIP:
k = parts_.size();
break;
default:
throw quit();
}