user32/tests: Fix an ASCII / ANSI mixup in a dde ok() message.

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-26 13:13:35 +02:00 committed by Alexandre Julliard
parent ece94cd412
commit 2d52e16f2a
1 changed files with 2 additions and 2 deletions

View File

@ -2649,8 +2649,8 @@ static void test_end_to_end_server(void)
HDDEDATA hdata;
static const char test_service[] = "TestDDEService";
trace("client %s, server %s\n", unicode_client ? "unicode" : "ascii",
unicode_server ? "unicode" : "ascii");
trace("client %s, server %s\n", unicode_client ? "unicode" : "ansi",
unicode_server ? "unicode" : "ansi");
server_pid = 0;
msg_index = 0;