Merged in hardlulz/modem-3.0-nuttx/fixbuild-ipv4_forward (pull request #602)
Fixed misprint in ipv4_forward.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
2fd9728a3a
commit
9e8332e5c8
|
@ -77,7 +77,7 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_NET_WARNx)
|
#ifdef CONFIG_DEBUG_NET_WARN
|
||||||
static int ipv4_hdrsize(FAR struct ipv4_hdr_s *ipv4)
|
static int ipv4_hdrsize(FAR struct ipv4_hdr_s *ipv4)
|
||||||
{
|
{
|
||||||
/* Size is determined by the following protocol header, */
|
/* Size is determined by the following protocol header, */
|
||||||
|
|
Loading…
Reference in New Issue