From 4eef68eb8dc3da5fd761872051ce5b19c88f47e7 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 25 Aug 2021 15:39:14 +0200 Subject: [PATCH] winmm/tests: Fix an ASCII / ANSI mixup in a trace() message. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/winmm/tests/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winmm/tests/mixer.c b/dlls/winmm/tests/mixer.c index b9e35aa519d..a72966c320b 100644 --- a/dlls/winmm/tests/mixer.c +++ b/dlls/winmm/tests/mixer.c @@ -983,7 +983,7 @@ static void mixer_testsA(void) MMRESULT rc; UINT ndev, d; - trace("--- Testing ASCII functions ---\n"); + trace("--- Testing ANSI functions ---\n"); ndev=mixerGetNumDevs(); trace("found %d Mixer devices\n",ndev);