Aarre: removed dangling semicolon after "then", patch by n7800, merge request

This commit is contained in:
n7800 2024-12-13 22:51:56 +05:00 committed by Maxim Ganetsky
parent 99df3f6ad4
commit b807160141

View File

@ -453,7 +453,7 @@ begin
end;
if FindPathInSearchPath(PChar(CurPath),length(CurPath),
PChar(NewPath),length(NewPath))=nil
then;
then
NewPath+=';'+CurPath;
end;
end;