Browse Source

another typo fix

Lee Salzman 12 years ago
parent
commit
51f303d5e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      peer.c

+ 1 - 1
peer.c

@@ -546,7 +546,7 @@ enet_peer_disconnect (ENetPeer * peer, enet_uint32 data)
 
     if (peer -> state == ENET_PEER_STATE_CONNECTED || peer -> state == ENET_PEER_STATE_DISCONNECT_LATER)
     {
-        enet_peer_notify_disconnect (peer);
+        enet_peer_on_disconnect (peer);
 
         peer -> state = ENET_PEER_STATE_DISCONNECTING;
     }