winmm/tests: Fix missing void in empty parameter list.
This commit is contained in:
parent
ac1ef319ac
commit
986b957e4a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue