Răsfoiți Sursa

* Fix compilation

git-svn-id: trunk@37509 -
michael 7 ani în urmă
părinte
comite
ad1ebe0667
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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]);
         lRTBand := CommonRuntimeBandProcessing(lList[i]);
         if Assigned(lRTBand) then
         if Assigned(lRTBand) then
           FPageFooter.AfterPrintBand(lRTBand);
           FPageFooter.AfterPrintBand(lRTBand);
-      end
+      end;
       FPageFooter.AfterPrintWithChilds;
       FPageFooter.AfterPrintWithChilds;
     finally
     finally
       lList.Free;
       lList.Free;