diff options
Diffstat (limited to 'locale/findlocale.c')
-rw-r--r-- | locale/findlocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/findlocale.c b/locale/findlocale.c index 7567744432..1dc4e53e9e 100644 --- a/locale/findlocale.c +++ b/locale/findlocale.c @@ -34,7 +34,7 @@ extern struct locale_data *const _nl_C[]; /* For each category we keep a list of records for the locale files which are somehow addressed. */ -static struct loaded_l10nfile *locale_file_list[LC_ALL]; +static struct loaded_l10nfile *locale_file_list[__LC_LAST]; struct locale_data * |