mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403
This commit is contained in:
parent
c53ead5cc8
commit
1425aab2f7
@ -1060,7 +1060,7 @@ begin
|
|||||||
inc(Run);
|
inc(Run);
|
||||||
fRange:=rsUnknown;
|
fRange:=rsUnknown;
|
||||||
EXIT;
|
EXIT;
|
||||||
end else if FLine[Run]='\' then ; {The same backslash stuff above...}
|
end else if FLine[Run]='\' then {The same backslash stuff above...}
|
||||||
begin
|
begin
|
||||||
if FLine[Run + 1] = fStringStarter then
|
if FLine[Run + 1] = fStringStarter then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user