Fix typo found in building testing. There will probably be a few more.

This commit is contained in:
Gregory Nutt 2019-02-11 13:25:48 -06:00
parent 9db029e318
commit fe41f72a95

View File

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