mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +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;
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue