From cfe0d253e94e75e404eaed42fd4af26f6a532d88 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 11 Jul 2017 23:59:08 +0000 Subject: [PATCH] icmpv6_input.c edited online with Bitbucket --- net/icmpv6/icmpv6_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/icmpv6/icmpv6_input.c b/net/icmpv6/icmpv6_input.c index bcc0342912..6d20160c64 100644 --- a/net/icmpv6/icmpv6_input.c +++ b/net/icmpv6/icmpv6_input.c @@ -224,7 +224,7 @@ void icmpv6_input(FAR struct net_driver_s *dev) case ICMPV6_ROUTER_ADVERTISE: { FAR struct icmpv6_router_advertise_s *adv; - FAR uint8_t uint8_t *options; + FAR uint8_t *options; uint16_t pktlen; uint16_t optlen; int ndx;