[Lldb-commits] [lldb] r175691 - *ahem* Enrico.

Jason Molenda jmolenda at apple.com
Wed Feb 20 15:51:13 PST 2013


Author: jmolenda
Date: Wed Feb 20 17:51:13 2013
New Revision: 175691

URL: http://llvm.org/viewvc/llvm-project?rev=175691&view=rev
Log:
*ahem* Enrico.

Modified:
    lldb/trunk/source/Interpreter/CommandObjectScript.cpp

Modified: lldb/trunk/source/Interpreter/CommandObjectScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandObjectScript.cpp?rev=175691&r1=175690&r2=175691&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandObjectScript.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandObjectScript.cpp Wed Feb 20 17:51:13 2013
@@ -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





More information about the lldb-commits mailing list