summaryrefslogtreecommitdiff
path: root/src/settingsgen
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2012-02-12 19:46:40 +0000
committersmatz <smatz@openttd.org>2012-02-12 19:46:40 +0000
commitf4de9b8a371fa1817aa4c0a47d224eb3b9779b0e (patch)
treeda8f2cd92400f841c76e6872d207cdf354cc1342 /src/settingsgen
parente5f21f9a098dd2ea671318c67a2e72401cb438fc (diff)
downloadopenttd-f4de9b8a371fa1817aa4c0a47d224eb3b9779b0e.tar.xz
(svn r23940) -Codechange: remove superfluous semicolons
Diffstat (limited to 'src/settingsgen')
-rw-r--r--src/settingsgen/settingsgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsgen/settingsgen.cpp b/src/settingsgen/settingsgen.cpp
index 7dd8aef43..d97582247 100644
--- a/src/settingsgen/settingsgen.cpp
+++ b/src/settingsgen/settingsgen.cpp
@@ -44,7 +44,7 @@ void NORETURN CDECL error(const char *s, ...)
va_end(va);
fprintf(stderr, "FATAL: %s\n", buf);
exit(1);
-};
+}
static const int OUTPUT_BLOCK_SIZE = 16000; ///< Block size of the buffer in #OutputBuffer.