Skip to content

Commit

Permalink
yay c
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 17, 2024
1 parent ffdd636 commit b45ea35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,9 @@ int netcode_socket_create( struct netcode_socket_t * s, struct netcode_address_t

if ( netcode_packet_tagging_enabled )
{
sockaddr_in sin4;
sockaddr_in6 sin6;
sockaddr * addr = NULL;
struct sockaddr_in sin4;
struct sockaddr_in6 sin6;
struct sockaddr * addr = NULL;

if ( address->type == NETCODE_ADDRESS_IPV6 )
{
Expand Down

0 comments on commit b45ea35

Please sign in to comment.