summaryrefslogtreecommitdiff
path: root/valexpr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'valexpr.cc')
-rw-r--r--valexpr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/valexpr.cc b/valexpr.cc
index 7c97451f..13e7e6a4 100644
--- a/valexpr.cc
+++ b/valexpr.cc
@@ -227,7 +227,7 @@ void value_expr_t::compute(value_t& result, const details_t& details,
assert(left);
left->compute(result, details);
if (result.type == value_t::BALANCE) {
- // jww (2004-08-17): do something smarter here
+ // jww (2004-08-17): do something smarter here?
result.cast(value_t::AMOUNT);
}
if (result.type == value_t::AMOUNT) {