diff options
Diffstat (limited to 'stdlib/fmtmsg.c')
-rw-r--r-- | stdlib/fmtmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index 082839a..038c2ae 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.c @@ -43,7 +43,7 @@ static const struct { size_t len; /* Adjust the size if new elements are added. */ - const char name[9]; + const char name[12]; } keywords[] = { { 5, "label" }, |