aboutsummaryrefslogtreecommitdiffstats
path: root/device/mark_default.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--device/mark_default.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/mark_default.go b/device/mark_default.go
index 76b1015..7de2524 100644
--- a/device/mark_default.go
+++ b/device/mark_default.go
@@ -7,6 +7,6 @@
package device
-func (bind *NativeBind) SetMark(mark uint32) error {
+func (bind *nativeBind) SetMark(mark uint32) error {
return nil
}