mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
detection_result builds
This commit is contained in:
@@ -307,8 +307,8 @@ impl RSS14Reader {
|
||||
let mut j = counters.len() - 1;
|
||||
while i < j {
|
||||
// for (int i = 0, j = counters.length - 1; i < j; i++, j--) {
|
||||
|
||||
counters.swap(i,j);
|
||||
|
||||
counters.swap(i, j);
|
||||
|
||||
i += 1;
|
||||
j -= 1;
|
||||
|
||||
Reference in New Issue
Block a user