Skip to content

Commit

Permalink
Fix typo in CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odaira committed Jan 5, 2018
1 parent 585a32f commit c57a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1.4.1

- [#120](https://github.com/lz4/lz4-java/pull/120)
Fix LZ4{Block|Frame}InputStream.skip() to return 0 when when n <= 0 or EOF. (Xiaoyan Lin)
Fix LZ4{Block|Frame}InputStream.skip() to return 0 when n <= 0 or EOF. (Xiaoyan Lin)

- [#117](https://github.com/lz4/lz4-java/issues/117)
Fix LZ4FrameInputStream.read() to return a correct value when reading a byte >= 128. (sorenop)
Expand Down

0 comments on commit c57a718

Please sign in to comment.