mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 14:42:27 +00:00
(linuxraw) Fix boolean return in void function
This commit is contained in:
parent
9c3289a84c
commit
e6ea0319c7
@ -293,7 +293,7 @@ static void linuxraw_keyboard_mapping_set_block(void *data, bool value)
|
||||
{
|
||||
linuxraw_input_t *linuxraw = (linuxraw_input_t*)data;
|
||||
if (!linuxraw)
|
||||
return false;
|
||||
return;
|
||||
linuxraw->blocked = value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user