same as HEAD~1,

bug was likely copy paste
This commit is contained in:
Basile Burg 2021-11-08 11:05:19 +01:00
parent 9c79c35082
commit ba2489d3e6
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ begin
nextPChar := safeLookupChar();
if nextPChar <> nil then
begin
nextChar := fLineBuf[fTokStop];
nextChar := nextPChar^;
if (nextChar = '=') or (nextChar = '>') then
fTokStop += 1;
end;