mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 20:29:33 +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;
|
||||
if FindPathInSearchPath(PChar(CurPath),length(CurPath),
|
||||
PChar(NewPath),length(NewPath))=nil
|
||||
then;
|
||||
then
|
||||
NewPath+=';'+CurPath;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user