aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/example.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/example.c b/example/example.c
index 0914f3c..a52740f 100644
--- a/example/example.c
+++ b/example/example.c
@@ -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);