1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r1805) Teach the driver layer a few things about const correctness

This commit is contained in:
tron
2005-02-05 18:05:42 +00:00
parent 7278f72157
commit 17ca2c49a5
9 changed files with 36 additions and 33 deletions

View File

@@ -9,7 +9,7 @@
BMidiSynthFile midiSynthFile;
static char *bemidi_start(char **parm)
static const char *bemidi_start(const char * const *parm)
{
return NULL;
}