xdr: fix hid loading

main
Minizbot2012 3 years ago
parent 39123578ee
commit fcbabf621a
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

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

Loading…
Cancel
Save