mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 13:39:09 +00:00
(svn r23940) -Codechange: remove superfluous semicolons
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user