mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
This semicolon broke everything!
This commit is contained in:
parent
ba76528b8f
commit
91e7db3eca
@ -493,7 +493,7 @@ static bool netplay_get_cmd(netplay_t *netplay)
|
|||||||
|
|
||||||
cmd = ntohl(cmd);
|
cmd = ntohl(cmd);
|
||||||
|
|
||||||
RECV(&cmd_size, sizeof(cmd_size));
|
RECV(&cmd_size, sizeof(cmd_size))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
cmd_size = ntohl(cmd_size);
|
cmd_size = ntohl(cmd_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user