diff options
author | Greg Clayton <gclayton@apple.com> | 2011-05-30 00:49:24 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-05-30 00:49:24 +0000 |
commit | 007d5be6533923ecc61742c83f6c7c7c27d4f18c (patch) | |
tree | 37684e6707727c4e3ac76aa7dedd5b51e27efeb7 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 5d2fbfed4d4e1fac8a1490ab913acd9a03925fa5 (diff) | |
download | bcm5719-llvm-007d5be6533923ecc61742c83f6c7c7c27d4f18c.tar.gz bcm5719-llvm-007d5be6533923ecc61742c83f6c7c7c27d4f18c.zip |
lldb-59.
llvm-svn: 132304
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index f8facfd1ba4..4c8b152f6e7 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -87,7 +87,7 @@ CommandObjectExpression::CommandOptions::SetOptionValue (uint32_t option_idx, co else { if (result) - use_dynamic = eLazyBoolYes; + use_dynamic = eLazyBoolYes; else use_dynamic = eLazyBoolNo; } |