summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index 32523b07..9356deed 100644
--- a/src/report.h
+++ b/src/report.h
@@ -231,7 +231,7 @@ public:
OPTION(report_t, ansi_invert);
OPTION_(report_t, average, DO() { // -A
- parent->HANDLER(display_total_).set_expr("total//count");
+ parent->HANDLER(display_total_).set_expr("total/count");
});
OPTION(report_t, balance_format_);