diff options
author | eihrul <eihrul> | 2004-11-30 23:32:16 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2004-11-30 23:32:16 +0000 |
commit | 51a104a5f57c74be3f3198b22bb0e01d68e34fd6 (patch) | |
tree | b890cfc9e5a5db0be0bd20221b3cb7edff265e49 | |
parent | 99357908008f28ee09d307191c1f8ec2b65d6e82 (diff) | |
download | enet-51a104a5f57c74be3f3198b22bb0e01d68e34fd6.tar.gz enet-51a104a5f57c74be3f3198b22bb0e01d68e34fd6.zip |
documentation fixes
-rw-r--r-- | protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1184,9 +1184,9 @@ enet_host_flush (ENetHost * host) @param host host to service @param event an event structure where event details will be placed if one occurs @param timeout number of milliseconds that ENet should wait for events - @retval > 1 if an event occurred within the specified time limit + @retval > 0 if an event occurred within the specified time limit @retval 0 if no event occurred - @retval < 1 on failure + @retval < 0 on failure @remarks enet_host_service should be called fairly regularly for adequate performance @ingroup host */ |