nd6: minor 'static' consistency fix

This commit is contained in:
David van Moolenbroek 2016-12-14 20:18:09 +00:00 committed by sg
parent bd1defc1d8
commit cd5dfa2bc5

View File

@ -1348,7 +1348,7 @@ nd6_is_prefix_in_netif(const ip6_addr_t *ip6addr, struct netif *netif)
* @return the default router entry index, or -1 if no suitable * @return the default router entry index, or -1 if no suitable
* router is found * router is found
*/ */
s8_t static s8_t
nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif) nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif)
{ {
s8_t i; s8_t i;