浏览代码

* Fixed type in construction of GlobalUnitDir parameter

git-svn-id: trunk@34747 -
joost 8 年之前
父节点
当前提交
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;