Skip to content

Commit

Permalink
Update src/decoder.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Danilo Bargen <[email protected]>
  • Loading branch information
lovasoa and dbrgn authored Mar 3, 2020
1 parent 2bed953 commit 3fd928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ fn refine_non_zeroes<R: Read>(reader: &mut R,
bit: i16) -> Result<u8> {
debug_assert_eq!(coefficients.len(), 64);

let mut last= range.start;
let mut last = range.start;
let mut zero_run_length = zrl;

for i in range {
Expand Down

0 comments on commit 3fd928f

Please sign in to comment.