mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Add a missing break statement
llvm-svn: 294036
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user