Commit 4eef68eb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 182a8d88
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment