diff options
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r-- | intl/l10nflist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 5edba3a4d8..871b42814e 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -352,7 +352,8 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language, /* Normalize codeset name. There is no standard for the codeset names. Normalization allows the user to use any of the common - names. */ + names. The return value is dynamically allocated and has to be + freed by the caller. */ const char * _nl_normalize_codeset (codeset, name_len) const char *codeset; |