(svn r18032) -Codechange: add one const

This commit is contained in:
smatz 2009-11-09 16:33:52 +00:00
parent 88a7e23897
commit a84921f8f5
1 changed files with 1 additions and 1 deletions

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,