소스 검색

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;