SITL: add missing break

This commit is contained in:
Pierre Kancir 2016-11-17 11:34:01 +01:00 committed by Francisco Ferreira
parent 6c9f46bafb
commit 84aaca7c6e

View File

@ -247,6 +247,7 @@ void SITL_State::_parse_command_line(int argc, char * const argv[])
break; break;
case CMDLINE_FGVIEW: case CMDLINE_FGVIEW:
_use_fg_view = false; _use_fg_view = false;
break;
default: default:
_usage(); _usage();
exit(1); exit(1);