- Added averages to the "task history" report.

This commit is contained in:
Paul Beckingham
2008-06-22 01:04:33 -04:00
parent f61c849816
commit cc9235033f
4 changed files with 26 additions and 8 deletions

View File

@@ -313,7 +313,7 @@ std::string Date::monthName (int month)
assert (month > 0);
assert (month <= 12);
return months[month -1];
return months[month - 1];
}
////////////////////////////////////////////////////////////////////////////////