diff options
Diffstat (limited to 'lib/strftime.c')
| -rw-r--r-- | lib/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.c b/lib/strftime.c index 10d3eb4ef31..4e65190386d 100644 --- a/lib/strftime.c +++ b/lib/strftime.c | |||
| @@ -641,7 +641,7 @@ strftime_case_ (bool upcase, STREAM_OR_CHAR_T *s, | |||
| 641 | break; | 641 | break; |
| 642 | } | 642 | } |
| 643 | 643 | ||
| 644 | /* As a GNU extension we allow to specify the field width. */ | 644 | /* As a GNU extension we allow the field width to be specified. */ |
| 645 | if (ISDIGIT (*f)) | 645 | if (ISDIGIT (*f)) |
| 646 | { | 646 | { |
| 647 | width = 0; | 647 | width = 0; |