example: remove extra argument from print

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2020-11-03 10:42:14 +01:00
parent 63b99bc2b4
commit dfd71bb954

View File

@ -320,8 +320,7 @@ main(void)
(Version >> 48) & 0xff,
(Version >> 32) & 0xff,
(Version >> 16) & 0xff,
(Version >> 0) & 0xff,
WINTUN_VERSION_MIN);
(Version >> 0) & 0xff);
MIB_UNICASTIPADDRESS_ROW AddressRow;
InitializeUnicastIpAddressEntry(&AddressRow);