浏览代码

* Fix compilation

git-svn-id: trunk@37509 -
michael 7 年之前
父节点
当前提交
ad1ebe0667
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-report/src/fpreport.pp

+ 1 - 1
packages/fcl-report/src/fpreport.pp

@@ -9664,7 +9664,7 @@ begin
         lRTBand := CommonRuntimeBandProcessing(lList[i]);
         if Assigned(lRTBand) then
           FPageFooter.AfterPrintBand(lRTBand);
-      end
+      end;
       FPageFooter.AfterPrintWithChilds;
     finally
       lList.Free;