summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 1cf85a23..55e13445 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -828,11 +828,11 @@ xact_t * textual_parser_t::instance_t::parse_xact(char * line,
per_unit_cost, datetime_t(*xact->date()));
DEBUG("textual.parse", "line " << linenum << ": " <<
- "Total cost is " << *xact->cost);
+ "Total cost is " << *xact->cost);
DEBUG("textual.parse", "line " << linenum << ": " <<
- "Per-unit cost is " << per_unit_cost);
+ "Per-unit cost is " << per_unit_cost);
DEBUG("textual.parse", "line " << linenum << ": " <<
- "Annotated amount is " << xact->amount);
+ "Annotated amount is " << xact->amount);
}
}
}