aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/netshell/netshell_windows.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tun/wintun/netshell/netshell_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/wintun/netshell/netshell_windows.go b/tun/wintun/netshell/netshell_windows.go
index cb03252..3122d87 100644
--- a/tun/wintun/netshell/netshell_windows.go
+++ b/tun/wintun/netshell/netshell_windows.go
@@ -13,7 +13,7 @@ import (
)
var (
- modnetshell = windows.NewLazySystemDLL("netshell.dll")
+ modnetshell = windows.NewLazySystemDLL("netshell.dll")
procHrRenameConnection = modnetshell.NewProc("HrRenameConnection")
)