mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
indention
svn-id: r6369
This commit is contained in:
parent
8a4a521aae
commit
80fde14548
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user