diff options
Diffstat (limited to 'Source/Core/Common/SysConf.cpp')
| -rw-r--r-- | Source/Core/Common/SysConf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/SysConf.cpp b/Source/Core/Common/SysConf.cpp index 7fe267cadf..67602a541e 100644 --- a/Source/Core/Common/SysConf.cpp +++ b/Source/Core/Common/SysConf.cpp @@ -81,7 +81,7 @@ bool SysConf::LoadFromFile(const std::string& filename) return false; } -bool SysConf::LoadFromFileInternal(FILE *fh) +bool SysConf::LoadFromFileInternal(FILE* fh) { File::IOFile f(fh); // Fill in infos |
