20
0

Merge 035abb79939ae30a5192821d7fc87023158683aa into 4a6cf263071b975a90abf74ca3e804b48243be28

This commit is contained in:
Alex Ustyantsev 2021-03-30 14:31:50 +03:00 committed by GitHub
commit dbd529eb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
bof.go
View File

@ -21,10 +21,6 @@ func (b *bof) utf16String(buf io.ReadSeeker, count uint32) string {
}
type biffHeader struct {
Ver uint16
Type uint16
Id_make uint16
Year uint16
Flags uint32
Min_ver uint32
Ver uint16
Type uint16
}