From 871bbd28f3def28fedb378b56bf8ee61f01dc297 Mon Sep 17 00:00:00 2001 From: patthoyts Date: Thu, 23 Oct 2003 20:25:36 +0000 Subject: [PATCH] Nothing serious --- generic/udp_tcl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/udp_tcl.h b/generic/udp_tcl.h index 36fa0c6..508767f 100644 --- a/generic/udp_tcl.h +++ b/generic/udp_tcl.h @@ -53,7 +53,7 @@ typedef u_short uint16_t; typedef struct { Tcl_Event header; /* Information that is standard for */ - Tcl_Channel chan; /* Socket descriptor that is ready */ + Tcl_Channel chan; /* Socket descriptor that is ready */ } UdpEvent; typedef struct PacketList { @@ -64,7 +64,7 @@ typedef struct PacketList { struct PacketList *next; } PacketList; -#endif +#endif // WIN32 typedef struct UdpState { Tcl_Channel channel; -- 2.23.0