1
0

Fixed comment typo

This commit is contained in:
narroo 2014-02-17 08:51:36 -05:00
parent 952a338c7f
commit 794be05f22

View File

@ -165,7 +165,7 @@ bool cIniFile::ReadFile(const AString & a_FileName, bool a_AllowExampleRedirect)
break; break;
} }
} // switch (line[pLeft]) } // switch (line[pLeft])
} // while(getline()) } // while (getline())
f.close(); f.close();
if (names.size() == 0) if (names.size() == 0)