msvcrt: Fix typo.

This commit is contained in:
André Hentschel 2010-01-19 14:33:43 +01:00 committed by Alexandre Julliard
parent a374b3cbbe
commit 13e8505e58
1 changed files with 1 additions and 1 deletions

View File

@ -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) MSVCRT_wchar_t* CDECL MSVCRT__wsetlocale(int category, const MSVCRT_wchar_t* locale)
{ {