Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 4, 2020
1 parent 81b477e commit 5f6bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.go
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ func NewFile(r io.ReaderAt, loads ...types.LoadCmd) (*File, error) {
l.Size = led.Size
l.LoadBytes = LoadBytes(cmddat)

var dcf types.DyldChainedFixups
var dcf types.DyldChainedFixupsHeader
// var dcsis types.DyldChainedStartsInSegment
ldat := make([]byte, led.Size)
if _, err := r.ReadAt(ldat, int64(led.Offset)); err != nil {
Expand Down

0 comments on commit 5f6bc8b

Please sign in to comment.