From 3667f06594a99dd6f0080747732e7eff639343b1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 29 Sep 2003 07:19:54 +0000 Subject: *** empty log message *** --- ledger.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ledger.cc') diff --git a/ledger.cc b/ledger.cc index 64a2381a..88a9d0b7 100644 --- a/ledger.cc +++ b/ledger.cc @@ -89,7 +89,7 @@ totals::operator bool() const void totals::print(std::ostream& out) const { for (const_iterator_t i = amounts.begin(); i != amounts.end(); i++) - std::cout << (*i).first << " = " << *((*i).second) << std::endl; + std::cout << (*i).first << " = " << *((*i).second); } amount * totals::value(const std::string& commodity) -- cgit v1.2.3