fix the missing semicolos in the previous fix..

git-svn-id: trunk@40218 -
This commit is contained in:
Károly Balogh 2018-11-04 18:15:24 +00:00
parent 12a22b593d
commit 7bd590c9a7

View File

@ -379,8 +379,8 @@ begin
if startupfile<>'' then
begin
if not librarysearchpath.FindFile(startupfile,false,result) then
result:='/usr/lib/'+startupfile
end
result:='/usr/lib/'+startupfile;
end;
result:=maybequoted(result);
end;