Fixed minor typo
This commit is contained in:
parent
739f1e2161
commit
e327d2a148
|
@ -2003,7 +2003,7 @@ void Scanner::NextRawToken(void)
|
|||
|
||||
default:
|
||||
// dirty little hack to implement token preview, got to fix
|
||||
// this with an infinit preview sequence at one point
|
||||
// this with an infinite preview sequence at one point
|
||||
mUngetToken = mToken;
|
||||
mToken = TK_OPERATOR;
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue