diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/locale/lmessages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/locale/lmessages.c b/newlib/libc/locale/lmessages.c index 12373c28e..c5bb9b397 100644 --- a/newlib/libc/locale/lmessages.c +++ b/newlib/libc/locale/lmessages.c @@ -41,7 +41,7 @@ static const struct lc_messages_T _C_messages_locale = { "^[yY]" , /* yesexpr */ "^[nN]" , /* noexpr */ "yes" , /* yesstr */ - "no" /* nostr */ + "no" , /* nostr */ "ASCII" /* codeset */ #ifdef __HAVE_LOCALE_INFO_EXTENDED__ , L"^[yY]" , /* wyesexpr */ |