summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openttd.c b/openttd.c
index e46b6a14c..5a2d76d7f 100644
--- a/openttd.c
+++ b/openttd.c
@@ -125,10 +125,9 @@ void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize)
return mem;
}
-extern const char _openttd_revision[];
-
static void showhelp(void)
{
+ extern const char _openttd_revision[];
char buf[4096], *p;
p = buf;