mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
fix missing parenthesis
This commit is contained in:
parent
6c14477bce
commit
c5ee5caf8a
@ -248,7 +248,7 @@ void input_remote_poll(input_remote_t *handle)
|
|||||||
|
|
||||||
if (ret == sizeof(msg))
|
if (ret == sizeof(msg))
|
||||||
input_remote_parse_packet(&msg, user);
|
input_remote_parse_packet(&msg, user);
|
||||||
else if ((ret != -1) || ((errno != EAGAIN) && (errno != ENOENT))
|
else if ((ret != -1) || ((errno != EAGAIN) && (errno != ENOENT)))
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
ol_state->buttons[user] = 0;
|
ol_state->buttons[user] = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user