* tests/test_block_header.c (test3): Remove duplicate initializer.

This commit is contained in:
Jim Meyering 2007-12-09 15:34:25 +01:00 committed by Lasse Collin
parent 07ac881779
commit c90daf86ce
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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,