(svn r5685) - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify the naming of these functions.

This commit is contained in:
Darkvater
2006-07-31 22:15:39 +00:00
parent cef563141a
commit 7b95782c9d
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ void FioCloseAll(void)
FioCloseFile(i);
}
bool FiosCheckFileExists(const char *filename)
bool FioCheckFileExists(const char *filename)
{
FILE *f;
char buf[MAX_PATH];