mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
net: Remove a semicolon that cause compile failure in certain configurations
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user