Fixed compilation (removed extra tokens after #endif)

This commit is contained in:
goldsimon 2010-03-28 18:47:37 +00:00
parent 6caa389c48
commit cc3e01a9f5

View File

@ -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;