example: remove extra argument from print
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
63b99bc2b4
commit
dfd71bb954
@ -320,8 +320,7 @@ main(void)
|
|||||||
(Version >> 48) & 0xff,
|
(Version >> 48) & 0xff,
|
||||||
(Version >> 32) & 0xff,
|
(Version >> 32) & 0xff,
|
||||||
(Version >> 16) & 0xff,
|
(Version >> 16) & 0xff,
|
||||||
(Version >> 0) & 0xff,
|
(Version >> 0) & 0xff);
|
||||||
WINTUN_VERSION_MIN);
|
|
||||||
|
|
||||||
MIB_UNICASTIPADDRESS_ROW AddressRow;
|
MIB_UNICASTIPADDRESS_ROW AddressRow;
|
||||||
InitializeUnicastIpAddressEntry(&AddressRow);
|
InitializeUnicastIpAddressEntry(&AddressRow);
|
||||||
|
Loading…
Reference in New Issue
Block a user