]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
wintun: remove extra /
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 26 May 2019 00:20:01 +0000 (02:20 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 26 May 2019 00:20:01 +0000 (02:20 +0200)
tun/tun_windows.go

index b352cd1110073198692f1b300f1d1f42342a6a47..a28dce924f3245062b8e9f512b3872920a4046ef 100644 (file)
@@ -361,7 +361,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) {
        return len(buff) - offset, nil
 }
 
-///
+//
 // LUID returns Windows adapter instance ID.
 //
 func (tun *NativeTun) LUID() uint64 {