diff options
-rw-r--r-- | common/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp index 583a3f79c9..cbd4e82f07 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -22,7 +22,7 @@ #include "file.h" #include "engine.h" // For debug/warning/error -FILE *File::fopenNoCase(const char *filename, const char * directory, const char *mode) { +FILE *File::fopenNoCase(const char *filename, const char *directory, const char *mode) { FILE *file; char buf[256]; char *ptr; |