fixed error code being off by one
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40484
This commit is contained in:
parent
58ea6d1e65
commit
89716abdcf
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user