diff options
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r-- | src/newgrf_config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp index 28e67e7f5..167668424 100644 --- a/src/newgrf_config.cpp +++ b/src/newgrf_config.cpp @@ -36,7 +36,7 @@ GRFError::~GRFError() { free(this->custom_message); free(this->data); - } +} /** * Update the palettes of the graphics from the config file. |