diff options
Diffstat (limited to 'balance.cc')
-rw-r--r-- | balance.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ void balance_t::write(std::ostream& out, out.width(width); out.fill(' '); - out << std::right << std::string(**i); + out << std::right << **i; } if (first) { |