Prechádzať zdrojové kódy

* Fix compilation

git-svn-id: trunk@37509 -
michael 7 rokov pred
rodič
commit
ad1ebe0667
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;