summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-05-30 00:49:24 +0000
committerGreg Clayton <gclayton@apple.com>2011-05-30 00:49:24 +0000
commit007d5be6533923ecc61742c83f6c7c7c27d4f18c (patch)
tree37684e6707727c4e3ac76aa7dedd5b51e27efeb7 /lldb/source/Commands/CommandObjectExpression.cpp
parent5d2fbfed4d4e1fac8a1490ab913acd9a03925fa5 (diff)
downloadbcm5719-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.cpp2
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;
}
OpenPOWER on IntegriCloud