mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-05 03:05:04 +00:00
Remove extra word
This commit is contained in:
parent
009755ceba
commit
b163749c77
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ if (index == 1) {
|
|||
int result = nn::socket::Recv(fd, packetBuf + valread,
|
||||
fullSize - valread, this->sock_flags);
|
||||
|
||||
this->socket_errno = nn::socket::GetLastErrno();revents
|
||||
this->socket_errno = nn::socket::GetLastErrno();
|
||||
|
||||
if (result > 0) {
|
||||
valread += result;
|
||||
|
|
Loading…
Reference in a new issue