Skip to content

Commit

Permalink
changes in comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
amc1999 committed Jul 31, 2024
1 parent 2d0c391 commit 7f5882b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openm/libopenm/common/iniReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ IniFileReader::IniFileReader(const char * i_filePath, const char * i_codePageNam
* @param[in] i_filePath path to ini-file.
* @param[in] is_noCase if true then keys are case neutral, e.g. KEY = abc is the same as key = def
* @param[in] i_codePageName name of encoding or Windows code page, ie: English_US.1252
* @param[out] o_entryVec return ini-file entries: (section, key, value)
*/
const IniFileReader::IniEntryVec IniFileReader::load(const char * i_filePath, bool is_noCase, const char * i_codePageName)
{
Expand Down

0 comments on commit 7f5882b

Please sign in to comment.