From 3a838447a8b07f880567b452f274e732c0c712b4 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 14 Jan 2005 19:44:42 +0000 Subject: (svn r1509) Const correctness and add static where appropriate while touching the lines anyway --- ttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttd.c') 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; -- cgit v1.2.3-54-g00ecf