summaryrefslogtreecommitdiff
path: root/src/util/floatingpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/floatingpoint.cpp')
-rw-r--r--src/util/floatingpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/floatingpoint.cpp b/src/util/floatingpoint.cpp
index 7403c340b..6c82d8210 100644
--- a/src/util/floatingpoint.cpp
+++ b/src/util/floatingpoint.cpp
@@ -993,6 +993,7 @@ std::string FloatingPoint::toString(bool printAsIndexed) const
str.append(" ");
}
}
+ str.append(")");
return str;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback