(svn r18032) -Codechange: add one const

pull/155/head
smatz 15 years ago
parent 639395b69f
commit 0fb50708bd

@ -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,

Loading…
Cancel
Save