diff options
author | Jason Molenda <jmolenda@apple.com> | 2013-02-20 23:51:13 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2013-02-20 23:51:13 +0000 |
commit | 279c196d843a1cdeb0d0a339ffa78186ca6ef9b1 (patch) | |
tree | aba6ab9c2c3e5e625cc896451478bbb3fe608e61 /lldb/source/Interpreter/CommandObjectScript.cpp | |
parent | 1744fd8018e49698f0553a6c1487ba5564029999 (diff) | |
download | bcm5719-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.cpp | 2 |
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 |