locale: Add missing second argument to _Static_assert in C-collate-seq.c

This commit is contained in:
Florian Weimer 2021-09-06 19:43:37 +02:00
parent d8cf84ac7e
commit b8c6166b1b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static const char collseqmb[] =
/* This table must be 256 bytes in size. We index bytes into the
table to find the collation sequence. */
_Static_assert (sizeof (collseqmb) == 256);
_Static_assert (sizeof (collseqmb) == 256, "sizeof (collseqmb)");
static const uint32_t collseqwc[] =
{