Commit 2f20faa3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

grammar

parent e3204e44
...@@ -251,7 +251,7 @@ static inline struct tm *localtime_r (const time_t *now, struct tm *res) ...@@ -251,7 +251,7 @@ static inline struct tm *localtime_r (const time_t *now, struct tm *res)
* This is not thread-safe. Blame your C library. * This is not thread-safe. Blame your C library.
* On Win32 there SHOULD be _localtime_s instead, but of course * On Win32 there SHOULD be _localtime_s instead, but of course
* Cygwin and Mingw32 don't know about it. You're on your own if you * Cygwin and Mingw32 don't know about it. You're on your own if you
* this platform. * use this platform.
*/ */
if (unsafe == NULL) if (unsafe == NULL)
return NULL; return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment