fix a warning and indents

This commit is contained in:
asvitkine 2011-12-27 07:29:34 +00:00
parent a97df3c953
commit d157f74b5d

View File

@ -313,7 +313,7 @@ if_start(void)
}
/* Encapsulate the packet for sending */
if_encap(ifm->m_data, ifm->m_len);
if_encap((uint8_t*)ifm->m_data, ifm->m_len);
m_free(ifm);