diff --git a/Source/Core/Common/Src/IniFile.cpp b/Source/Core/Common/Src/IniFile.cpp index 1c45a8095e..f7d97cd607 100644 --- a/Source/Core/Common/Src/IniFile.cpp +++ b/Source/Core/Common/Src/IniFile.cpp @@ -351,8 +351,6 @@ bool IniFile::Load(const char* filename, bool keep_current_data) } #endif - if (in.eof()) break; - if (line.size() > 0) { if (line[0] == '[')