Commit 764f91e5 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winmm: Add missing void parameter in function definition.

parent f7ca911a
......@@ -159,7 +159,7 @@ static BOOL WINAPI joystick_load_once( INIT_ONCE *once, void *param, void **cont
return TRUE;
}
void joystick_unload()
void joystick_unload(void)
{
int i;
......
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