- 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

View file

@ -105,7 +105,7 @@ CCMD (addkeysection)
for (unsigned i = 0; i < KeySections.Size(); i++) 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; CurrentKeySection = i;
return; return;