Nothing serious
authorpatthoyts <patthoyts>
Thu, 23 Oct 2003 20:25:36 +0000 (20:25 +0000)
committerpatthoyts <patthoyts>
Thu, 23 Oct 2003 20:25:36 +0000 (20:25 +0000)
generic/udp_tcl.h

index 36fa0c63f188f11114e2c1f3d0e1cb936a88a3f3..508767fa283acf984dcb7394d6ff790cbe81e594 100644 (file)
@@ -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;