diff --git a/src/report.cpp b/src/report.cpp index 1e0a06324..158e2c7ab 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -2009,7 +2009,7 @@ std::string renderMonths ( } } } - table.setCellColor (row, thisCol, cellColor); + table.setCellColor (row, thisCol, cellColor); } // Check for end of week, and...