1
0
Fork 0

Fixed Comment Typo.

This commit is contained in:
narroo 2014-02-17 08:50:22 -05:00
parent ecabb2b34f
commit 952a338c7f
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(f, line))
} // while(getline())
f.close();
if (names.size() == 0)