mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
whoops typo
This commit is contained in:
parent
3316dd5505
commit
e111d890ee
|
|
@ -22,7 +22,7 @@
|
|||
static void liblrzip_index_update(size_t x, size_t *idx, void **queue)
|
||||
{
|
||||
for (; x < *idx; x++)
|
||||
queue[x] = queue[x] + 1;
|
||||
queue[x] = queue[x + 1];
|
||||
(*idx)--;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue