Fixed typo

svn path=/trunk/; revision=2364
This commit is contained in:
Casper Hornstrup 2001-11-09 15:50:34 +00:00
parent cdd8ad011c
commit c23a2d7aee

View file

@ -480,9 +480,9 @@ typedef struct _TA_ADDRESS_IPX
{ {
LONG TAAddressCount; LONG TAAddressCount;
struct _AddrIpx { struct _AddrIpx {
USHORT AddressLength; USHORT AddressLength;
USHORT AddressType; USHORT AddressType;
TDI_ADDRESS_IP Address[1]; TDI_ADDRESS_IPX Address[1];
} Address[1]; } Address[1];
} TA_IPX_ADDRESS, *PTA_IPX_ADDRESS; } TA_IPX_ADDRESS, *PTA_IPX_ADDRESS;