commit | 90505a0a2afb6ea9e8a8c1b326f25ca2282e4036 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Fri Feb 03 20:26:57 2017 +0000 |
committer | Pavel Labath <labath@google.com> | Fri Feb 03 20:26:57 2017 +0000 |
tree | 27ff0649abb15cd538d0f0fa043f506a0740f1df | |
parent | 1b65812267f53fce25070132acdf16901684887d [diff] |
Add a missing break statement llvm-svn: 294036
diff --git a/lldb/source/Commands/CommandObjectLog.cpp b/lldb/source/Commands/CommandObjectLog.cpp index 579bfbb..019ed6a 100644 --- a/lldb/source/Commands/CommandObjectLog.cpp +++ b/lldb/source/Commands/CommandObjectLog.cpp
@@ -133,6 +133,7 @@ break; case 'F': log_options |= LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION; + break; default: error.SetErrorStringWithFormat("unrecognized option '%c'", short_option);