From dc04118469036d74462848a20b45c73b5f2f11e2 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 15 Sep 2015 08:19:26 +0200 Subject: [PATCH] fixed missing comment after #endif --- src/api/api_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api_lib.c b/src/api/api_lib.c index b864c64e..7437e35c 100644 --- a/src/api/api_lib.c +++ b/src/api/api_lib.c @@ -855,7 +855,7 @@ netconn_gethostbyname(const char *name, ip_addr_t *addr) #endif /* LWIP_MPU_COMPATIBLE */ #if LWIP_IPV4 && LWIP_IPV6 API_VAR_REF(msg).dns_addrtype = dns_addrtype; -#endif LWIP_IPV4 && LWIP_IPV6 +#endif /* LWIP_IPV4 && LWIP_IPV6 */ #if LWIP_NETCONN_SEM_PER_THREAD API_VAR_REF(msg).sem = LWIP_NETCONN_THREAD_SEM_GET(); #else /* LWIP_NETCONN_SEM_PER_THREAD*/