From cc3e01a9f58ccf32b71d66bafb3a4997b5a5cc1b Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sun, 28 Mar 2010 18:47:37 +0000 Subject: [PATCH] Fixed compilation (removed extra tokens after #endif) --- src/include/lwip/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/api.h b/src/include/lwip/api.h index 2537f1cd..2e6561e0 100644 --- a/src/include/lwip/api.h +++ b/src/include/lwip/api.h @@ -154,7 +154,7 @@ struct netconn { /** mbox where new connections are stored until processed by the application thread */ sys_mbox_t acceptmbox; -#endif LWIP_TCP +#endif /* LWIP_TCP */ /** only used for socket layer */ #if LWIP_SOCKET int socket;