From 9e8332e5c8b4929acc74c27a427ab3efdbb94d3a Mon Sep 17 00:00:00 2001 From: Dmitriy Linikov Date: Tue, 20 Feb 2018 18:23:48 +0000 Subject: [PATCH] Merged in hardlulz/modem-3.0-nuttx/fixbuild-ipv4_forward (pull request #602) Fixed misprint in ipv4_forward.c Approved-by: Gregory Nutt --- net/ipforward/ipv4_forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipforward/ipv4_forward.c b/net/ipforward/ipv4_forward.c index 641f5ff3e5..bb854363da 100644 --- a/net/ipforward/ipv4_forward.c +++ b/net/ipforward/ipv4_forward.c @@ -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, */