indention

svn-id: r6369
This commit is contained in:
Max Horn 2003-01-09 14:50:35 +00:00
parent 8a4a521aae
commit 80fde14548

View File

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