Add a missing break statement

llvm-svn: 294036
This commit is contained in:
Pavel Labath
2017-02-03 20:26:57 +00:00
parent 1b65812267
commit 90505a0a2a

View File

@@ -133,6 +133,7 @@ public:
break;
case 'F':
log_options |= LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION;
break;
default:
error.SetErrorStringWithFormat("unrecognized option '%c'",
short_option);