Added break statement on switch, to fix compilation errors

git-svn-id: https://svn.code.sf.net/p/porg/code/trunk@189 8854956c-c02d-4db9-8198-7e99b8e08f37
This commit is contained in:
davidrr 2017-08-31 07:46:33 +00:00
parent 028ce9df25
commit b23244ccfd
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ Opt::Opt(int argc, char* argv[])
// unrecognized option
case '?': die_help();
case '?': die_help(); break;
// should have been case'd all recognized options