Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-10 20:37:14 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-10 20:37:14 +0400
commit94335e08421b9ead6445f25725b18e4bb4c5306b (patch)
treeaa7ecf0ddb17e26a23cbe517419e7631777e52d0 /newlib/libc/locale
parentc29e693388663aaa42f041965258fa6b6bafc938 (diff)
* libc/locale/lmessages.c (_C_messages_locale): Add missing comma.
Diffstat (limited to 'newlib/libc/locale')
-rw-r--r--newlib/libc/locale/lmessages.c2
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 */