aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
authorMax Horn2003-01-09 14:50:35 +0000
committerMax Horn2003-01-09 14:50:35 +0000
commit80fde145481e56f82d589b51f9105152ee2f7dcf (patch)
treed0a577ee92f06d49b6942469cc221cd35a4a269a /common/file.cpp
parent8a4a521aaefdd2f0e8a96a8c49282e196040fb4c (diff)
downloadscummvm-rg350-80fde145481e56f82d589b51f9105152ee2f7dcf.tar.gz
scummvm-rg350-80fde145481e56f82d589b51f9105152ee2f7dcf.tar.bz2
scummvm-rg350-80fde145481e56f82d589b51f9105152ee2f7dcf.zip
indention
svn-id: r6369
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp2
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;