Fix another error in conditional compilation; plus some additional cosmetic changes

This commit is contained in:
Gregory Nutt 2015-01-24 09:04:28 -06:00
parent d001ccb196
commit 6d2ecf8a79

View File

@ -292,7 +292,7 @@ static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl)
nsh_output(vtbl, " ICMP");
#endif
#ifdef CONFIG_NET_ICMPv6
nsh_output(vtbl, " ICMP6");
nsh_output(vtbl, " ICMPv6");
#endif
nsh_output(vtbl, "\n");