mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 10:09:37 +01:00
parent
2005fcbedd
commit
5e981c6e48
@ -887,9 +887,10 @@ begin
|
|||||||
'}':
|
'}':
|
||||||
begin
|
begin
|
||||||
dec(CommentLvl);
|
dec(CommentLvl);
|
||||||
inc(CurPos.StartPos);
|
if CommentLvl=0 then begin
|
||||||
if CommentLvl=0 then
|
inc(CurPos.StartPos);
|
||||||
break;
|
break;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user