diff options
Diffstat (limited to 'time/strftime.c')
-rw-r--r-- | time/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strftime.c b/time/strftime.c index ca3563c072..690cf2af0e 100644 --- a/time/strftime.c +++ b/time/strftime.c @@ -349,7 +349,7 @@ static char const month_name[][10] = # undef strftime # endif # define strftime(S, Maxsize, Format, Tp) \ - _strftime_copytm ((S), (Maxsize), (Format), (Tp)) + _strftime_copytm (S, Maxsize, Format, Tp) #endif |