This commit is contained in:
Alex Ustyantsev
2021-03-30 14:31:50 +03:00
committed by GitHub

8
bof.go
View File

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