mirror of https://git.tukaani.org/xz.git
Tests: test_index_hash: Fix a typo in a comment.
This commit is contained in:
parent
873e684028
commit
056766c860
|
@ -176,7 +176,7 @@ test_lzma_index_hash_decode(void)
|
||||||
500
|
500
|
||||||
};
|
};
|
||||||
|
|
||||||
// Add two Records to a index_hash
|
// Add two Records to an index_hash
|
||||||
fill_index_hash(index_hash, unpadded_sizes, uncomp_sizes, 2);
|
fill_index_hash(index_hash, unpadded_sizes, uncomp_sizes, 2);
|
||||||
|
|
||||||
const lzma_vli size_two_records = lzma_index_hash_size(index_hash);
|
const lzma_vli size_two_records = lzma_index_hash_size(index_hash);
|
||||||
|
|
Loading…
Reference in New Issue