Procházet zdrojové kódy

* Fixed type in construction of GlobalUnitDir parameter

git-svn-id: trunk@34747 -
joost před 9 roky
rodič
revize
9097484f37
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;