diff options
author | smatz <smatz@openttd.org> | 2010-03-23 22:37:18 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-03-23 22:37:18 +0000 |
commit | 23041d97200f226bf427de8db7e78232c4ad68b1 (patch) | |
tree | 49b34a1bb1ac5705d5ef56d752654efd21193692 /src/script | |
parent | 837913aa5aac81d455beb1f0302b4b0abb805c1f (diff) | |
download | openttd-23041d97200f226bf427de8db7e78232c4ad68b1.tar.xz |
(svn r19509) -Codechange: remove superfluous semicolons after function definitions
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/squirrel_helper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/squirrel_helper.hpp b/src/script/squirrel_helper.hpp index 67f8a21ce..c1ecc64ad 100644 --- a/src/script/squirrel_helper.hpp +++ b/src/script/squirrel_helper.hpp @@ -883,6 +883,6 @@ namespace SQConvert { } } -}; // namespace SQConvert +} // namespace SQConvert #endif /* SQUIRREL_HELPER_HPP */ |