[PATCH] secur32/tests: Fix an ASCII / ANSI mixup in an ntlm comment.

Francois Gouget fgouget at free.fr
Wed Aug 25 08:36:08 CDT 2021


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

diff --git a/dlls/secur32/tests/ntlm.c b/dlls/secur32/tests/ntlm.c
index 930a49e451b..5ed650ffc2d 100644
--- a/dlls/secur32/tests/ntlm.c
+++ b/dlls/secur32/tests/ntlm.c
@@ -1384,7 +1384,7 @@ static void testAcquireCredentialsHandleW(void)
             getSecError(ret));
     pFreeCredentialsHandle(&cred);
 
-    /* Test using the ASCII structure. */
+    /* Test using the ANSI structure. */
     idA.User = (unsigned char*) test_user;
     idA.UserLength = strlen(test_user);
     idA.Domain = (unsigned char *) workgroup;
-- 
2.20.1




More information about the wine-devel mailing list