Missing return in error handling for "source list".

llvm-svn: 145435
This commit is contained in:
Jim Ingham
2011-11-29 21:21:26 +00:00
parent e309e75d5a
commit 9c97844404

View File

@@ -277,6 +277,7 @@ public:
{
result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName());
result.SetStatus (eReturnStatusFailed);
return false;
}
ExecutionContext exe_ctx(m_interpreter.GetExecutionContext());