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

* Fixed type in construction of GlobalUnitDir parameter

git-svn-id: trunk@34747 -
joost преди 9 години
родител
ревизия
9097484f37
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/fppkg/src/pkgfpmake.pp

+ 1 - 1
packages/fppkg/src/pkgfpmake.pp

@@ -374,7 +374,7 @@ begin
               CondAddOption('--searchpath', BaseInstDir);
               if LocalUnitDir='' then
                 LocalUnitDir := BaseInstDir
-              else if GlobalUnitDir='' then;
+              else if GlobalUnitDir='' then
                 GlobalUnitDir := BaseInstDir;
             end;
         end;