Fixed typo in previous commit.

Change-Id: I97f85f4593509911829cfbbb6e309eecedd5465b
This commit is contained in:
Ivan Delamer 2012-08-17 11:24:18 -06:00
parent 8bab543531
commit c762c06b17

View File

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