(XDK) Build fix

This commit is contained in:
twinaphex 2013-03-14 02:30:52 +01:00
parent ede829c354
commit 85f5a36268

View File

@ -363,7 +363,7 @@ static void *xdk_input_init(void)
if (keybind_action)
if (driver.input->set_keybinds)
driver.input->set_keybinds(driver.input_data, 0, i, 0,
action);
keybind_action);
}
return (void*)-1;