From 279c196d843a1cdeb0d0a339ffa78186ca6ef9b1 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 20 Feb 2013 23:51:13 +0000 Subject: *ahem* Enrico. llvm-svn: 175691 --- lldb/source/Interpreter/CommandObjectScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp') 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 -- cgit v1.2.3