diff options
author | yexo <yexo@openttd.org> | 2009-03-11 07:32:31 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-11 07:32:31 +0000 |
commit | 28c49b694a61cc5a5ec885a847ce8f781139b4bd (patch) | |
tree | 3ef20a72217f010f1eb7696411f842d5c38bbd8a /src/script | |
parent | 3f9a117ad22759ade5c00cfe28555a3fdbd5fd25 (diff) | |
download | openttd-28c49b694a61cc5a5ec885a847ce8f781139b4bd.tar.xz |
(svn r15668) -Fix: a few typos.
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/squirrel_std.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/squirrel_std.cpp b/src/script/squirrel_std.cpp index a9f390f70..2e705a35f 100644 --- a/src/script/squirrel_std.cpp +++ b/src/script/squirrel_std.cpp @@ -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) |