Merge pull request #236 from polluks/patch-6

Fixed minor typo
This commit is contained in:
drmortalwombat 2025-05-02 17:42:37 +02:00 committed by GitHub
commit f3d8251072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2003,7 +2003,7 @@ void Scanner::NextRawToken(void)
default: default:
// dirty little hack to implement token preview, got to fix // 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; mUngetToken = mToken;
mToken = TK_OPERATOR; mToken = TK_OPERATOR;
return; return;