(_nl_C_LC_CTYPE): Remove extra comma.

This commit is contained in:
Ulrich Drepper 2000-02-25 07:00:15 +00:00
parent 643466541f
commit e7845f0a2e

View File

@ -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
}
};