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:
Dmitriy Linikov 2018-02-20 18:23:48 +00:00 committed by Gregory Nutt
parent 2fd9728a3a
commit 9e8332e5c8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
*
****************************************************************************/
#ifdef CONFIG_DEBUG_NET_WARNx)
#ifdef CONFIG_DEBUG_NET_WARN
static int ipv4_hdrsize(FAR struct ipv4_hdr_s *ipv4)
{
/* Size is determined by the following protocol header, */