mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 18:39:30 +02:00
fix the missing semicolos in the previous fix..
git-svn-id: trunk@40218 -
This commit is contained in:
parent
12a22b593d
commit
7bd590c9a7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user