diff --git a/components/rx/rxdbgrid.pas b/components/rx/rxdbgrid.pas
index 3b075c870..5c7eab640 100644
--- a/components/rx/rxdbgrid.pas
+++ b/components/rx/rxdbgrid.pas
@@ -2824,8 +2824,8 @@ begin
UpdateFooterRowOnUpdateActive;
end
else
- if Assigned(FFooterOptions) and FFooterOptions.Active and (FFooterOptions.RowCount > 0) and
- DatalinkActive and (DataSource.DataSet.State = dsBrowse) then
+ if Assigned(FFooterOptions) and FFooterOptions.Active and (FFooterOptions.RowCount > 0) {and
+ DatalinkActive and (DataSource.DataSet.State = dsBrowse) }then
UpdateFooterRowOnUpdateActive;
// CalcStatTotals;
end;
diff --git a/components/rx/rxnew.lpk b/components/rx/rxnew.lpk
index e0f94ea32..6f9c43ba7 100644
--- a/components/rx/rxnew.lpk
+++ b/components/rx/rxnew.lpk
@@ -26,7 +26,7 @@ Copyright (c) 1998 Master-Bank
translate to Lazarus by alexs in 2005 - 2012
"/>
-
+