diff mbox series

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

Message ID 87pmtlwp2c.fsf@oldenburg.str.redhat.com
State New
Headers show
Series [COMMITTED] locale: Add missing second argument to _Static_assert in C-collate-seq.c | expand

Commit Message

Florian Weimer Sept. 6, 2021, 6:12 p.m. UTC
---
 locale/C-collate-seq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/locale/C-collate-seq.c b/locale/C-collate-seq.c
index 4fb82cb835..40b17f4f90 100644
--- a/locale/C-collate-seq.c
+++ b/locale/C-collate-seq.c
@@ -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[] =
 {