Commit 13e8505e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvcrt: Fix typo.

parent a374b3cb
......@@ -462,7 +462,7 @@ char* CDECL MSVCRT_setlocale(int category, const char* locale)
}
/*********************************************************************
* setlocale (MSVCRT.@)
* wsetlocale (MSVCRT.@)
*/
MSVCRT_wchar_t* CDECL MSVCRT__wsetlocale(int category, const MSVCRT_wchar_t* locale)
{
......
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