[PATCH] winmm/tests: Fix an ASCII / ANSI mixup in a trace() message.

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


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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);
-- 
2.20.1




More information about the wine-devel mailing list