diff --git a/reactos/include/net/tdi.h b/reactos/include/net/tdi.h index cd9d37281b1..183a6528d2e 100644 --- a/reactos/include/net/tdi.h +++ b/reactos/include/net/tdi.h @@ -480,9 +480,9 @@ typedef struct _TA_ADDRESS_IPX { LONG TAAddressCount; struct _AddrIpx { - USHORT AddressLength; - USHORT AddressType; - TDI_ADDRESS_IP Address[1]; + USHORT AddressLength; + USHORT AddressType; + TDI_ADDRESS_IPX Address[1]; } Address[1]; } TA_IPX_ADDRESS, *PTA_IPX_ADDRESS;