From 1f7a9bc3866322d088a4fe8fc0820e8c5effa44c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 24 Jan 2015 08:38:13 -0600 Subject: Correct a typo in conditional compilation --- apps/nshlib/nsh_netcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c index 11286c367..5540c66d8 100644 --- a/apps/nshlib/nsh_netcmds.c +++ b/apps/nshlib/nsh_netcmds.c @@ -279,7 +279,7 @@ static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl) #ifdef CONFIG_NET_IPv4 nsh_output(vtbl, " IPv4"); #endif -#ifdef CONFIG_NET_IPv4 +#ifdef CONFIG_NET_IPv6 nsh_output(vtbl, " IPv6"); #endif #ifdef CONFIG_NET_TCP -- cgit v1.2.3