summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-11 07:32:31 +0000
committeryexo <yexo@openttd.org>2009-03-11 07:32:31 +0000
commit28c49b694a61cc5a5ec885a847ce8f781139b4bd (patch)
tree3ef20a72217f010f1eb7696411f842d5c38bbd8a /src/script
parent3f9a117ad22759ade5c00cfe28555a3fdbd5fd25 (diff)
downloadopenttd-28c49b694a61cc5a5ec885a847ce8f781139b4bd.tar.xz
(svn r15668) -Fix: a few typos.
Diffstat (limited to 'src/script')
-rw-r--r--src/script/squirrel_std.cpp2
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)