Francois Gouget : winmm/tests: Fix an ASCII / ANSI mixup in a trace() message.
Module: wine Branch: master Commit: 4eef68eb8dc3da5fd761872051ce5b19c88f47e7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4eef68eb8dc3da5fd76187205... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Aug 25 15:39:14 2021 +0200 winmm/tests: Fix an ASCII / ANSI mixup in a trace() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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);
participants (1)
-
Alexandre Julliard