[PATCH] imm32: Fix an ASCII / ANSI mixup in a comment.

Francois Gouget fgouget at free.fr
Tue Aug 24 03:24:01 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/imm32/imm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c
index 9d2a09f22be..20633041871 100644
--- a/dlls/imm32/imm.c
+++ b/dlls/imm32/imm.c
@@ -1755,7 +1755,7 @@ UINT WINAPI ImmGetDescriptionA(
   /* fetch the unicode buffer */
   len = ImmGetDescriptionW( hKL, buf, len + 1 );
 
-  /* convert it back to ASCII */
+  /* convert it back to ANSI */
   len = WideCharToMultiByte( CP_ACP, 0, buf, len + 1,
                              lpszDescription, uBufLen, NULL, NULL );
 
-- 
2.20.1




More information about the wine-devel mailing list