diff options
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r-- | tun/tun_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go index 94efe48..d767d79 100644 --- a/tun/tun_windows.go +++ b/tun/tun_windows.go @@ -353,4 +353,4 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) { func (tun *NativeTun) GUID() windows.GUID { return *(*windows.GUID)(tun.wt) -}
\ No newline at end of file +} |