commit | 82f0746880b4a6b18bcf8666670140f5b4a56791 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Mon May 30 00:49:24 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Mon May 30 00:49:24 2011 +0000 |
tree | 5e338ba3192876c0a3d850ae5a63f01c63f742f9 | |
parent | 577fbc3e1d3eed38594b296cd0c37ac1904e64d7 [diff] [blame] |
lldb-59. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132304 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.cpp b/source/Commands/CommandObjectExpression.cpp index f8facfd..4c8b152 100644 --- a/source/Commands/CommandObjectExpression.cpp +++ b/source/Commands/CommandObjectExpression.cpp
@@ -87,7 +87,7 @@ else { if (result) - use_dynamic = eLazyBoolYes; + use_dynamic = eLazyBoolYes; else use_dynamic = eLazyBoolNo; }