empty stmt

This commit is contained in:
Basile Burg 2020-09-13 01:02:33 +02:00
parent 0c160fae77
commit 3209ec12cf
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ begin
begin
EndCodeFoldBlock(fkBrackets in fFoldKinds);
if (reader^ = '}') and (rkAsm in fCurrRange.rangeKinds) then
fCurrRange.rangeKinds -= [rkAsm]; ;
fCurrRange.rangeKinds -= [rkAsm];
if ((reader+1)^ in stringPostfixes) and not isIdentifier((reader+2)^) then
readerNext;
end;