mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:49:11 +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
|
if startupfile<>'' then
|
||||||
begin
|
begin
|
||||||
if not librarysearchpath.FindFile(startupfile,false,result) then
|
if not librarysearchpath.FindFile(startupfile,false,result) then
|
||||||
result:='/usr/lib/'+startupfile
|
result:='/usr/lib/'+startupfile;
|
||||||
end
|
end;
|
||||||
result:=maybequoted(result);
|
result:=maybequoted(result);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user