Skip to content

Commit

Permalink
Sync SDL3_net wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed May 6, 2024
1 parent 9571232 commit 6987f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL3_net/SDL_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ typedef struct SDLNet_Datagram
* handle that for you.
*
* \param address the _local_ address to listen for connections on, or NULL.
* \param port the port on the local address to listen for connections on, or zero
* for the system to decide.
* \param port the port on the local address to listen for connections on, or
* zero for the system to decide.
* \returns a new SDLNet_DatagramSocket, or NULL on error; call SDL_GetError()
* for details.
*
Expand Down

0 comments on commit 6987f30

Please sign in to comment.