Commit 986b957e authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

winmm/tests: Fix missing void in empty parameter list.

parent ac1ef319
......@@ -1001,7 +1001,7 @@ static void mixer_testsW(void)
mixer_test_deviceW(d);
}
static void test_mixerOpen()
static void test_mixerOpen(void)
{
HMIXER mix;
MMRESULT rc;
......
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