mod: method args name

This commit is contained in:
misu 2018-01-24 18:01:48 +09:00
parent a366cdf616
commit f7abc95255
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var (
}}
)
func decompressNoContextTakeover(r io.Reader, b []byte) io.ReadCloser {
func decompressNoContextTakeover(r io.Reader, dict []byte) io.ReadCloser {
const tail =
// Add four bytes as specified in RFC
"\x00\x00\xff\xff" +