From 13e8505e58da5dc458c74bb6b140851e51aaf38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 19 Jan 2010 14:33:43 +0100 Subject: [PATCH] msvcrt: Fix typo. --- dlls/msvcrt/locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcrt/locale.c b/dlls/msvcrt/locale.c index b216838a175..c60b80d4274 100644 --- a/dlls/msvcrt/locale.c +++ b/dlls/msvcrt/locale.c @@ -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) {