diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-09 15:34:25 +0100 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-09 17:07:01 +0200 |
commit | c90daf86ce683fa8cf80491d624ffb158dfbd9d7 (patch) | |
tree | 1278103a232e748ba9ef22678b08fe1bd9fdc7b0 | |
parent | Take advantage of return_if_error() macro in more places. (diff) | |
download | xz-c90daf86ce683fa8cf80491d624ffb158dfbd9d7.tar.xz |
* tests/test_block_header.c (test3): Remove duplicate initializer.
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | tests/test_block_header.c | 1 |
2 files changed, 1 insertions, 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 diff --git a/tests/test_block_header.c b/tests/test_block_header.c index b50198ce..9285a265 100644 --- a/tests/test_block_header.c +++ b/tests/test_block_header.c @@ -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, |