浏览代码

fix the missing semicolos in the previous fix..

git-svn-id: trunk@40218 -
Károly Balogh 6 年之前
父节点
当前提交
7bd590c9a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/systems/t_bsd.pas

+ 2 - 2
compiler/systems/t_bsd.pas

@@ -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;