From 3209ec12cf8e2e792939d50607e375645350e14d Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 13 Sep 2020 01:02:33 +0200 Subject: [PATCH] empty stmt --- src/u_d2syn.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_d2syn.pas b/src/u_d2syn.pas index 2a95512b..2b86612a 100644 --- a/src/u_d2syn.pas +++ b/src/u_d2syn.pas @@ -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;