diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/strptime_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strptime_l.c b/time/strptime_l.c index 7deaef8fb4..01c4f8282a 100644 --- a/time/strptime_l.c +++ b/time/strptime_l.c @@ -544,8 +544,8 @@ __strptime_internal (rp, fmt, tm, decided, era_cnt LOCALE_PARAM) is_pm = 1; else return NULL; - break; } + break; case 'r': #ifdef _NL_CURRENT if (*decided != raw) |