mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 15:20:04 +00:00
(_nl_C_LC_CTYPE): Remove extra comma.
This commit is contained in:
parent
643466541f
commit
e7845f0a2e
@ -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
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user