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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-25 15:36:08 +02:00 committed by Alexandre Julliard
parent 3144fbc347
commit ab9ba9968f
1 changed files with 1 additions and 1 deletions

View File

@ -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;