1
0
Fork 0

Fixed comment typo

This commit is contained in:
narroo 2014-02-17 08:51:36 -05:00
parent 952a338c7f
commit 794be05f22
1 changed files with 1 additions and 1 deletions

View File

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