summaryrefslogtreecommitdiff
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, 5 insertions, 5 deletions
diff --git a/locale/C-messages.c b/locale/C-messages.c
index 63f0c384cc..499d4bf5a6 100644
--- a/locale/C-messages.c
+++ b/locale/C-messages.c
@@ -33,10 +33,10 @@ const struct locale_data _nl_C_LC_MESSAGES attribute_hidden =
0,
5,
{
- { string: "^[yY]" },
- { string: "^[nN]" },
- { string: "" },
- { string: "" },
- { string: _nl_C_codeset }
+ { .string = "^[yY]" },
+ { .string = "^[nN]" },
+ { .string = "" },
+ { .string = "" },
+ { .string = _nl_C_codeset }
}
};