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

(svn r18032) -Codechange: add one const

This commit is contained in:
smatz
2009-11-09 16:33:52 +00:00
parent 88a7e23897
commit a84921f8f5

View File

@@ -212,7 +212,7 @@ void FioOpenFile(int slot, const char *filename)
FioSeekToFile(slot, pos);
}
static const char *_subdirs[NUM_SUBDIRS] = {
static const char * const _subdirs[NUM_SUBDIRS] = {
"",
"save" PATHSEP,
"save" PATHSEP "autosave" PATHSEP,