mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 14:29:05 -07:00
typo fix
This commit is contained in:
parent
08836d86b3
commit
6cf5ada45c
1 changed files with 1 additions and 1 deletions
2
peer.c
2
peer.c
|
@ -422,7 +422,7 @@ enet_peer_disconnect (ENetPeer * peer, enet_uint32 data)
|
||||||
|
|
||||||
if (peer -> state == ENET_PEER_STATE_DISCONNECTING ||
|
if (peer -> state == ENET_PEER_STATE_DISCONNECTING ||
|
||||||
peer -> state == ENET_PEER_STATE_DISCONNECTED ||
|
peer -> state == ENET_PEER_STATE_DISCONNECTED ||
|
||||||
peer -> state == ENET_PEER_STATE_ACKNOWLEDING_DISCONNECT ||
|
peer -> state == ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT ||
|
||||||
peer -> state == ENET_PEER_STATE_ZOMBIE)
|
peer -> state == ENET_PEER_STATE_ZOMBIE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue