SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403

This commit is contained in:
Maxim Ganetsky 2024-12-14 22:28:02 +03:00
parent c53ead5cc8
commit 1425aab2f7

View File

@ -1060,7 +1060,7 @@ begin
inc(Run);
fRange:=rsUnknown;
EXIT;
end else if FLine[Run]='\' then ; {The same backslash stuff above...}
end else if FLine[Run]='\' then {The same backslash stuff above...}
begin
if FLine[Run + 1] = fStringStarter then
begin