fixed error code being off by one

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40484
This commit is contained in:
David Anderson 2007-02-12 18:25:16 +00:00
parent 58ea6d1e65
commit 89716abdcf

View File

@ -930,6 +930,7 @@ const char *CTextParsers::GetSMCErrorString(SMCParseError err)
"Section declared without header",
"Section declared with unknown tokens",
"Section ending without a matching section beginning",
"Section beginning without a matching ending",
"Line contained too many invalid tokens",
"Token buffer overflowed",
"A property was declared outside of a section",