summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectScript.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-02-20 23:51:13 +0000
committerJason Molenda <jmolenda@apple.com>2013-02-20 23:51:13 +0000
commit279c196d843a1cdeb0d0a339ffa78186ca6ef9b1 (patch)
treeaba6ab9c2c3e5e625cc896451478bbb3fe608e61 /lldb/source/Interpreter/CommandObjectScript.cpp
parent1744fd8018e49698f0553a6c1487ba5564029999 (diff)
downloadbcm5719-llvm-279c196d843a1cdeb0d0a339ffa78186ca6ef9b1.tar.gz
bcm5719-llvm-279c196d843a1cdeb0d0a339ffa78186ca6ef9b1.zip
*ahem* Enrico.
llvm-svn: 175691
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp')
-rw-r--r--lldb/source/Interpreter/CommandObjectScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.cpp b/lldb/source/Interpreter/CommandObjectScript.cpp
index e74c1f9ff99..aff507d9858 100644
--- a/lldb/source/Interpreter/CommandObjectScript.cpp
+++ b/lldb/source/Interpreter/CommandObjectScript.cpp
@@ -53,7 +53,7 @@ CommandObjectScript::DoExecute
{
#ifdef LLDB_DISABLE_PYTHON
// if we ever support languages other than Python this simple #ifdef won't work
- result.AppendError("your copy of LLDB does not support scripting.")
+ result.AppendError("your copy of LLDB does not support scripting.");
result.SetStatus (eReturnStatusFailed);
return false;
#else
OpenPOWER on IntegriCloud