From: Ivan Delamer Date: Fri, 17 Aug 2012 17:24:18 +0000 (-0600) Subject: Fixed typo in previous commit. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lwip.git/commitdiff_plain/c762c06b171da3e073d6e77bac76b5f355ada97f?ds=sidebyside Fixed typo in previous commit. Change-Id: I97f85f4593509911829cfbbb6e309eecedd5465b --- diff --git a/src/core/netif.c b/src/core/netif.c index 7a8968a2..f8133f76 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -888,7 +888,7 @@ static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, ip6_addr_t *ipaddr) { (void)netif; - (void)pbuf; + (void)p; (void)ipaddr; return ERR_IF;