summaryrefslogtreecommitdiff
path: root/amount.cc
diff options
context:
space:
mode:
Diffstat (limited to 'amount.cc')
-rw-r--r--amount.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/amount.cc b/amount.cc
index 4d6a9754..6984d9bb 100644
--- a/amount.cc
+++ b/amount.cc
@@ -470,8 +470,8 @@ static void parse_number(mpz_t out, const std::string& number,
else {
static char buf[256];
- // The number is specified as the user desires, with the
- // commodity telling us how to parse it.
+ // The number is specified as the user desires, with the commodity
+ // telling us how to parse it.
std::memset(buf, '0', 255);
std::strncpy(buf, num, std::strlen(num));