diff options
Diffstat (limited to 'lib/strftime.h')
-rw-r--r-- | lib/strftime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.h b/lib/strftime.h index 27e11afa7..5f984b8b9 100644 --- a/lib/strftime.h +++ b/lib/strftime.h @@ -27,7 +27,7 @@ extern "C" { use UTC instead. Use __NS as the number of nanoseconds in the %N directive. */ size_t nstrftime (char *, size_t, char const *, struct tm const *, - int __utc, int __ns); + int __utc, int __ns); #ifdef __cplusplus } |