xdr: fix hid loading

mini 3 years ago
parent 8b5637fb14
commit 05d3f456f3

@ -12,5 +12,5 @@ import (
var file []byte var file []byte
func init() { func init() {
xdr.Unmarshal(bytes.NewReader(file), Mappings) xdr.Unmarshal(bytes.NewReader(file), &Mappings)
} }

Loading…
Cancel
Save