Skip to content

Commit

Permalink
Update sys/net/sock/sock_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco authored May 3, 2022
1 parent 4aca39c commit 46dd6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/sock/sock_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int _parse_netif(sock_udp_ep_t *ep_out, char *netifstart)
return (netifend - netifstart);
}

int _get_default_netif(sock_udp_ep_t *ep_out)
static int _get_default_netif(sock_udp_ep_t *ep_out)
{
netif_t *netif = netif_iter(NULL);
if (netif == NULL || netif_iter(netif) != NULL) {
Expand Down

0 comments on commit 46dd6b2

Please sign in to comment.