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:
parent
182a8d8861
commit
4eef68eb8d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue