From: Ulrich Drepper Date: Fri, 25 Feb 2000 07:00:15 +0000 (+0000) Subject: (_nl_C_LC_CTYPE): Remove extra comma. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7845f0a2ec44de19004fbe05ba5759f123ff259;p=thirdparty%2Fglibc.git (_nl_C_LC_CTYPE): Remove extra comma. --- diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 48d36d8b59d..9a08fe66ee1 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 } };