mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
Fixed typo
svn path=/trunk/; revision=2364
This commit is contained in:
parent
cdd8ad011c
commit
c23a2d7aee
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue