From 2bf1184c39899881b5c76f1be3c260efcffcb068 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 3 Mar 2010 16:05:20 +0000 Subject: [PATCH] Added comment after #endif --- src/core/tcp_in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tcp_in.c b/src/core/tcp_in.c index ed780c87..478cb8f7 100644 --- a/src/core/tcp_in.c +++ b/src/core/tcp_in.c @@ -471,7 +471,7 @@ tcp_listen_input(struct tcp_pcb_listen *pcb) #if LWIP_TCP_TIMESTAMPS /* and maybe include the TIMESTAMP option */ | (npcb->flags & TF_TIMESTAMP ? TF_SEG_OPTS_TS : 0) -#endif +#endif /* LWIP_TCP_TIMESTAMPS */ ); if (rc != ERR_OK) { tcp_abandon(npcb, 0);