- fixed a misplaced ')' in addkeysection.

SVN r2836 (trunk)
This commit is contained in:
Christoph Oelckers 2010-09-19 22:23:57 +00:00
parent ebcf08686a
commit a2673c2cc4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ CCMD (addkeysection)
for (unsigned i = 0; i < KeySections.Size(); i++)
{
if (KeySections[i].mTitle.CompareNoCase(argv[2] == 0))
if (KeySections[i].mTitle.CompareNoCase(argv[2]) == 0)
{
CurrentKeySection = i;
return;