This commit is contained in:
Douglas Clowes
2012-11-28 15:19:33 +11:00
parent 2f391302b1
commit b0115d2569

View File

@ -680,7 +680,7 @@ int CheckExeList(pExeList self)
assert(self); assert(self);
/* Sometimes this gets called, though nothing is running. There are /* Sometimes this gets called, though nothing is running. There are
cases where this is feasible for maintainance, but in some cases it cases where this is feasible for maintenance, but in some cases it
is pure rubbish, because nothing runs. This will be checked here. is pure rubbish, because nothing runs. This will be checked here.
*/ */
if (testFinish(self) == 1) { if (testFinish(self) == 1) {
@ -1263,7 +1263,7 @@ int DevexecAction(SConnection * pCon, SicsInterp * pSics, void *pData,
pExeList self = (pExeList) pData; pExeList self = (pExeList) pData;
if (argc < 2) { if (argc < 2) {
SCWrite(pCon, "ERROR: not enough argumentd to devexec command", SCWrite(pCon, "ERROR: not enough arguments to devexec command",
eError); eError);
return 0; return 0;
} }