mirror of
https://github.com/albertodemichelis/squirrel.git
synced 2026-01-14 15:38:01 +01:00
Merge pull request #198 from nikolas/patch-4
Spelling fix in sqcompiler error
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user