mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:19:50 +02:00
Aarre: removed dangling semicolon after "then", patch by n7800, merge request !403
This commit is contained in:
parent
99df3f6ad4
commit
b807160141
@ -453,7 +453,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if FindPathInSearchPath(PChar(CurPath),length(CurPath),
|
if FindPathInSearchPath(PChar(CurPath),length(CurPath),
|
||||||
PChar(NewPath),length(NewPath))=nil
|
PChar(NewPath),length(NewPath))=nil
|
||||||
then;
|
then
|
||||||
NewPath+=';'+CurPath;
|
NewPath+=';'+CurPath;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user