(svn r15668) -Fix: a few typos.

This commit is contained in:
yexo
2009-03-11 07:32:31 +00:00
parent da0cbb2a2f
commit 13fb01d07d
4 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ SQInteger SquirrelStd::require(HSQUIRRELVM vm)
free(real_filename);
free(filen);
return ret ? 0: SQ_ERROR;
return ret ? 0 : SQ_ERROR;
}
SQInteger SquirrelStd::notifyallexceptions(HSQUIRRELVM vm)