net: Remove a semicolon that cause compile failure in certain configurations
This commit is contained in:
parent
036bb345a1
commit
ca97725e55
@ -128,7 +128,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_NETDEV_MULTINIC
|
||||
static int check_dev_destipaddr(FAR struct net_driver_s *dev, FAR void *arg);
|
||||
static int check_dev_destipaddr(FAR struct net_driver_s *dev, FAR void *arg)
|
||||
{
|
||||
FAR struct ipv6_hdr_s *ipv6 = (FAR struct ipv6_hdr_s *)arg;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user