Merge pull request #198 from nikolas/patch-4

Spelling fix in sqcompiler error
This commit is contained in:
Alberto Demichelis
2019-09-21 00:03:08 +08:00
committed by GitHub

View File

@ -635,7 +635,7 @@ public:
}
break;
case _SC('['):
if(_lex._prevtoken == _SC('\n')) Error(_SC("cannot brake deref/or comma needed after [exp]=exp slot declaration"));
if(_lex._prevtoken == _SC('\n')) Error(_SC("cannot break deref/or comma needed after [exp]=exp slot declaration"));
Lex(); Expression(); Expect(_SC(']'));
pos = -1;
if(_es.etype==BASE) {