From fe41f72a95e2972d2caa9c46cc771ed7544489b1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 11 Feb 2019 13:25:48 -0600 Subject: [PATCH] Fix typo found in building testing. There will probably be a few more. --- nshlib/nsh_netcmds.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nshlib/nsh_netcmds.c b/nshlib/nsh_netcmds.c index f197d74bb..5fd5ac83b 100644 --- a/nshlib/nsh_netcmds.c +++ b/nshlib/nsh_netcmds.c @@ -96,7 +96,7 @@ # endif #endif -#ifidef CONFIG_NET_TCP +#ifdef CONFIG_NET_TCP # ifndef CONFIG_NSH_DISABLE_WGET # include "netutils/webclient.h" # endif @@ -1339,3 +1339,4 @@ errout: #endif #endif /* CONFIG_NET */ +