From 94335e08421b9ead6445f25725b18e4bb4c5306b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 10 May 2011 16:37:14 +0000 Subject: [PATCH] * libc/locale/lmessages.c (_C_messages_locale): Add missing comma. --- newlib/ChangeLog | 4 ++++ newlib/libc/locale/lmessages.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 61bcf62eb..b6d83872a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2011-05-10 Corinna Vinschen + + * libc/locale/lmessages.c (_C_messages_locale): Add missing comma. + 2011-05-04 Yaakov Selkowitz * libc/include/signal.h (psignal): Declare. 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 */