std.cfg: Fixed typo in previous commit, where support for wcsftime() from <cwchar> (wchar.h) was added.

This commit is contained in:
orbitcowboy 2015-01-15 21:11:21 +01:00
parent fb984ab5e9
commit 4e549d7d22
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
</arg> </arg>
</function> </function>
<!-- size_t wcsftime (wchar_t* ptr, size_t maxsize, const wchar_t* format, const struct tm* timeptr); --> <!-- size_t wcsftime (wchar_t* ptr, size_t maxsize, const wchar_t* format, const struct tm* timeptr); -->
<function name="asinhl"> <function name="wcsftime">
<pure/> <pure/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>