summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:44:42 +0000
committertron <tron@openttd.org>2005-01-14 19:44:42 +0000
commit3a838447a8b07f880567b452f274e732c0c712b4 (patch)
treed828e21ec23baa344c4322a92d6bca5c68aa692a /ttd.c
parent4136f395bf45b537d9756efb045c7db4bafa975d (diff)
downloadopenttd-3a838447a8b07f880567b452f274e732c0c712b4.tar.xz
(svn r1509) Const correctness and add static where appropriate while touching the lines anyway
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttd.c b/ttd.c
index d71f8c9ef..82dbd4e9c 100644
--- a/ttd.c
+++ b/ttd.c
@@ -554,7 +554,7 @@ int ttd_main(int argc, char* argv[])
bool network = false;
char *network_conn = NULL;
char *language = NULL;
- char *optformat;
+ const char *optformat;
char musicdriver[16], sounddriver[16], videodriver[16];
int resolution[2] = {0,0};
uint startdate = -1;