net: Remove a semicolon that cause compile failure in certain configurations

This commit is contained in:
Gregory Nutt 2017-06-28 15:16:15 -06:00
parent 036bb345a1
commit ca97725e55

View File

@ -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;