Skip to content

Commit

Permalink
SQUASH ME c
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Aug 17, 2015
1 parent a3d1ac4 commit 775e1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/net/network_layer/ng_ipv6/netif/ng_ipv6_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ kernel_pid_t ng_ipv6_netif_find_by_prefix(ipv6_addr_t **out, const ipv6_addr_t *
* runtime of this function
*/
static int _create_candidate_set(ng_ipv6_netif_t *iface,
const ipv6_addr_t *dst,
uint8_t *candidate_set)
const ipv6_addr_t *dst,
uint8_t *candidate_set)
{
int res = -1;

Expand Down

0 comments on commit 775e1c0

Please sign in to comment.