From 4573a26f7651c08a2410219c2404b4d7c4362576 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Jun 2014 17:52:59 -0600 Subject: Cosmetic changes, updates to README files, updates to some comments --- apps/nshlib/nsh_netcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/nshlib/nsh_netcmds.c') diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c index 4ea58d974..83bd56c76 100644 --- a/apps/nshlib/nsh_netcmds.c +++ b/apps/nshlib/nsh_netcmds.c @@ -169,7 +169,7 @@ static inline uint16_t ping_newid(void) #if defined(CONFIG_NET_STATISTICS) && !defined(CONFIG_NSH_DISABLE_IFCONFIG) static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl) { - nsh_output(vtbl, "uIP IP "); + nsh_output(vtbl, " IP "); #ifdef CONFIG_NET_TCP nsh_output(vtbl, " TCP"); #endif -- cgit v1.2.3