Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Williams committed Dec 2, 2017
1 parent 9bcb789 commit 8cfca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svr4.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
svr4MaxFileSize = 4294967295
)

var svr4Magic = []byte{0x30, 0x37, 0x30, 0x37, 0x30, 0x31} // 07071
var svr4Magic = []byte{0x30, 0x37, 0x30, 0x37, 0x30, 0x31} // 070701

func readHex(s string) int64 {
// errors are ignored and 0 returned
Expand Down

0 comments on commit 8cfca68

Please sign in to comment.