summaryrefslogtreecommitdiff
path: root/src/script/squirrel_std.cpp
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
commit13fb01d07dde0e2749eef2948071d513a4685215 (patch)
tree3ef20a72217f010f1eb7696411f842d5c38bbd8a /src/script/squirrel_std.cpp
parentda0cbb2a2f751f75eee7a19100e21feaf37be751 (diff)
downloadopenttd-13fb01d07dde0e2749eef2948071d513a4685215.tar.xz
(svn r15668) -Fix: a few typos.
Diffstat (limited to 'src/script/squirrel_std.cpp')
-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)