winmm/tests: Fix an ASCII / ANSI mixup in a trace() 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-25 15:39:14 +02:00 committed by Alexandre Julliard
parent 182a8d8861
commit 4eef68eb8d
1 changed files with 1 additions and 1 deletions

View File

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