Skip to content

Commit

Permalink
Merge pull request #125 from dbechrd/patch-2
Browse files Browse the repository at this point in the history
Fix duplicate error code value for GET_SOCKNAME_IPV6_FAILED
  • Loading branch information
gafferongames authored Sep 9, 2024
2 parents 3ffe69a + dbdc87d commit 76ada59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ struct netcode_socket_holder_t
#define NETCODE_SOCKET_ERROR_BIND_IPV4_FAILED 6
#define NETCODE_SOCKET_ERROR_BIND_IPV6_FAILED 7
#define NETCODE_SOCKET_ERROR_GET_SOCKNAME_IPV4_FAILED 8
#define NETCODE_SOCKET_ERROR_GET_SOCKNAME_IPV6_FAILED 7
#define NETCODE_SOCKET_ERROR_GET_SOCKNAME_IPV6_FAILED 9

void netcode_socket_destroy( struct netcode_socket_t * socket )
{
Expand Down

0 comments on commit 76ada59

Please sign in to comment.