From 643466541fb1701e29e4dea7fe7189264aa30235 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 25 Feb 2000 06:59:51 +0000 Subject: [PATCH] (_nl_C_LC_CTYPE): Add missing comma. --- locale/C-ctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/C-ctype.c b/locale/C-ctype.c index e442d11bea4..48d36d8b59d 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -376,7 +376,7 @@ const struct locale_data _nl_C_LC_CTYPE = { string: NULL }, { string: (const char *) (_nl_C_LC_CTYPE_tolower + 128) } #if BYTE_ORDER == BIG_ENDIAN - { string: NULL }, + , { string: NULL }, #endif } }; -- 2.47.2