fixed a really dumb bug - shouldn't compilers be checking this?

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40592
This commit is contained in:
David Anderson 2007-03-10 05:52:51 +00:00
parent 949b83c99b
commit bda756f3ff

View File

@ -135,7 +135,7 @@ int CFunction::PushArray(cell_t *inarray, unsigned int cells, cell_t **phys_addr
*phys_addr = info->phys_addr; *phys_addr = info->phys_addr;
} }
return true; return SP_ERROR_NONE;
} }
int CFunction::PushString(const char *string) int CFunction::PushString(const char *string)