diff options
Diffstat (limited to 'locale/C-time.c')
-rw-r--r-- | locale/C-time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/C-time.c b/locale/C-time.c index 70ee89a192..095d097e2b 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -27,7 +27,7 @@ const struct locale_data _nl_C_LC_TIME = _nl_C_name, NULL, 0, 0, /* no file mapped */ MAX_USAGE_COUNT, - 53, + 54, { { string: "Sun" }, { string: "Mon" }, @@ -80,6 +80,7 @@ const struct locale_data _nl_C_LC_TIME = { string: "" }, { string: "" }, { word: 0 }, + { word: 0 }, { string: "" }, { string: "" }, } |