diff options
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r-- | locale/C-monetary.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 643a1c4..ce359e5 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -31,7 +31,8 @@ static const char not_available[] = "\177"; const struct locale_data _nl_C_LC_MONETARY attribute_hidden = { _nl_C_name, - NULL, 0, 0, /* no file mapped */ + NULL, 0, 0, /* no file mapped */ + { NULL, }, /* no cached data */ UNDELETABLE, 0, 46, |