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 6cd4f1bce2..46ced20fc3 100644 --- a/Source/Core/Common/SysConf.cpp +++ b/Source/Core/Common/SysConf.cpp @@ -154,7 +154,7 @@ bool SysConf::LoadFromFileInternal(FILE *fh) } // Returns the size of the item in file -unsigned int create_item(SSysConfEntry &item, SysconfType type, const std::string &name, +static unsigned int create_item(SSysConfEntry &item, SysconfType type, const std::string &name, const int data_length, unsigned int offset) { item.offset = offset; |
