diff options
author | eihrul <eihrul> | 2008-07-30 09:39:09 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2008-07-30 09:39:09 +0000 |
commit | 6cf5ada45ceaff7c56a413b9c14d602a49d1c975 (patch) | |
tree | 7a1385051057698b6ae0b9c27218860848f962d8 /peer.c | |
parent | 08836d86b3a11017aab9f1e7d592997933c74517 (diff) | |
download | enet-6cf5ada45ceaff7c56a413b9c14d602a49d1c975.tar.gz enet-6cf5ada45ceaff7c56a413b9c14d602a49d1c975.zip |
typo fix
Diffstat (limited to 'peer.c')
-rw-r--r-- | peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -422,7 +422,7 @@ enet_peer_disconnect (ENetPeer * peer, enet_uint32 data) if (peer -> state == ENET_PEER_STATE_DISCONNECTING || 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) return; |