summaryrefslogtreecommitdiff
path: root/Python/formatter_unicode.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-04-16 14:54:27 -0700
committerBenjamin Peterson <benjamin@python.org>2016-04-16 14:54:27 -0700
commite10c2d6ab9e3ee5ebeca76a34dd93d624b579da1 (patch)
tree2a0216a274628659694e875dd03ffe65ab5344ad /Python/formatter_unicode.c
parent52fdbac919f35a276a2924a1dfe8b71c2b497db2 (diff)
parent88a7179f982d5982844e7e57c303c2df1f5e7854 (diff)
downloadcpython-e10c2d6ab9e3ee5ebeca76a34dd93d624b579da1.tar.gz
merge 3.5 (#26659)
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r--Python/formatter_unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c
index 056bb76902..a428fbec80 100644
--- a/Python/formatter_unicode.c
+++ b/Python/formatter_unicode.c
@@ -656,7 +656,7 @@ fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec,
return 0;
}
-static char no_grouping[1] = {CHAR_MAX};
+static const char no_grouping[1] = {CHAR_MAX};
/* Find the decimal point character(s?), thousands_separator(s?), and
grouping description, either for the current locale if type is