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

This commit is contained in:
Alasdair Sinclair 2009-01-29 20:58:48 +00:00 committed by Alexandre Julliard
parent 44df3f5430
commit 3fc0414896
1 changed files with 2 additions and 2 deletions

View File

@ -1133,7 +1133,7 @@ static void testRegisterAndGetDetail(void)
} }
} }
static void testDeviceRegistryPropertyA() static void testDeviceRegistryPropertyA(void)
{ {
HDEVINFO set; HDEVINFO set;
SP_DEVINFO_DATA devInfo = { sizeof(SP_DEVINFO_DATA), { 0 } }; SP_DEVINFO_DATA devInfo = { sizeof(SP_DEVINFO_DATA), { 0 } };
@ -1237,7 +1237,7 @@ static void testDeviceRegistryPropertyA()
} }
} }
static void testDeviceRegistryPropertyW() static void testDeviceRegistryPropertyW(void)
{ {
HDEVINFO set; HDEVINFO set;
SP_DEVINFO_DATA devInfo = { sizeof(SP_DEVINFO_DATA), { 0 } }; SP_DEVINFO_DATA devInfo = { sizeof(SP_DEVINFO_DATA), { 0 } };