Skip to content
Snippets Groups Projects
Commit ca97725e authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 036bb345
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment