From 7c855d11f23dc03d64a0099473a95402f3175280 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Jan 2019 08:16:08 -0500 Subject: 10.8 --- zen/format_unit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'zen/format_unit.h') diff --git a/zen/format_unit.h b/zen/format_unit.h index 3686f39c..de5a0811 100755 --- a/zen/format_unit.h +++ b/zen/format_unit.h @@ -24,7 +24,6 @@ std::wstring formatThreeDigitPrecision(double value); //(unless value is too lar std::wstring formatNumber(int64_t n); //format integer number including thousands separator - } #endif -- cgit