summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/port/pg_localeconv_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pg_localeconv_r.c b/src/port/pg_localeconv_r.c
index 89e5ccbd23a..938b4f82e12 100644
--- a/src/port/pg_localeconv_r.c
+++ b/src/port/pg_localeconv_r.c
@@ -60,7 +60,7 @@ struct lconv_member_info
* column is the name of the nl_item, if translating from nl_langinfo_l() (it's
* always the member name, in upper case).
*/
-const static struct lconv_member_info table[] = {
+static const struct lconv_member_info table[] = {
/* String fields. */
LCONV_S(LC_NUMERIC, decimal_point, DECIMAL_POINT),
LCONV_S(LC_NUMERIC, thousands_sep, THOUSANDS_SEP),