Преглед на файлове

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;