Correct a typo in conditional compilation

This commit is contained in:
Gregory Nutt 2015-01-24 08:38:13 -06:00
parent 13a3c2930f
commit d001ccb196

View File

@ -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