aboutsummaryrefslogtreecommitdiff
path: root/locale/C-messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-messages.c')
-rw-r--r--locale/C-messages.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/locale/C-messages.c b/locale/C-messages.c
index d72958fc23..f59cde3bb8 100644
--- a/locale/C-messages.c
+++ b/locale/C-messages.c
@@ -10,8 +10,10 @@ const struct locale_data _nl_C_LC_MESSAGES =
{
NULL, 0, /* no file mapped */
4,
- "[yY][[:alpha:]]",
- "[nN][[:alpha:]]",
- "",
- "",
+ {
+ "[yY][[:alpha:]]",
+ "[nN][[:alpha:]]",
+ "",
+ ""
+ }
};