We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ffaec commit 116e851Copy full SHA for 116e851
src/port/pg_localeconv_r.c
@@ -60,7 +60,7 @@ struct lconv_member_info
60
* column is the name of the nl_item, if translating from nl_langinfo_l() (it's
61
* always the member name, in upper case).
62
*/
63
-const static struct lconv_member_info table[] = {
+static const struct lconv_member_info table[] = {
64
/* String fields. */
65
LCONV_S(LC_NUMERIC, decimal_point, DECIMAL_POINT),
66
LCONV_S(LC_NUMERIC, thousands_sep, THOUSANDS_SEP),
0 commit comments