diff options
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc index 3d3e089a..8d673c78 100644 --- a/src/report.cc +++ b/src/report.cc @@ -542,6 +542,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) case 'u': OPT(unbudgeted); else OPT(uncleared); + else OPT(unround); break; case 'w': OPT(weekly); |