Skip to content

Commit 981e542

Browse files
committed
revert commit 2e6b797.
1 parent 4b21044 commit 981e542

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/SDL3_net/SDL_net.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,7 @@ extern SDL_DECLSPEC bool SDLCALL SDLNet_WriteToStreamSocket(SDLNet_StreamSocket
758758
* other networking failures occurred), this function will report failure by
759759
* returning -1. Stream sockets only report failure for unrecoverable
760760
* conditions; once a stream socket fails, you should assume it is no longer
761-
* usable and should destroy it with
762-
* [SDLNet_DestroyStreamSocket()](SDLNet_DestroyStreamSocket).
761+
* usable and should destroy it with SDL_DestroyStreamSocket().
763762
*
764763
* \param sock the stream socket to query.
765764
* \returns number of bytes still pending transmission, -1 on failure; call

0 commit comments

Comments
 (0)