mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
* tests/test_block_header.c (test3): Remove duplicate initializer.
This commit is contained in:
parent
07ac881779
commit
c90daf86ce
2 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,8 @@ rm -f \
|
|||
wint_t.m4 \
|
||||
xsize.m4
|
||||
|
||||
aclocal -I m4
|
||||
libtoolize -c -f || glibtoolize -c -f
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
autoheader
|
||||
automake -acf --foreign
|
||||
|
|
|
@ -278,7 +278,6 @@ test3(void)
|
|||
.has_crc32 = false,
|
||||
.has_eopm = true,
|
||||
.is_metadata = false,
|
||||
.is_metadata = false,
|
||||
.compressed_size = LZMA_VLI_VALUE_UNKNOWN,
|
||||
.uncompressed_size = LZMA_VLI_VALUE_UNKNOWN,
|
||||
.compressed_reserve = 1,
|
||||
|
|
Loading…
Reference in a new issue