diff options
-rw-r--r-- | common/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h index efa61f7f66..b2863fc03d 100644 --- a/common/file.h +++ b/common/file.h @@ -33,7 +33,7 @@ private: bool _ioFailed; byte _encbyte; -FILE *fopenNoCase(const char *filename, const char *directory, const char *mode); + FILE *fopenNoCase(const char *filename, const char *directory, const char *mode); public: enum { |