diff options
Diffstat (limited to 'archival/libarchive/decompress_bunzip2.c')
-rw-r--r-- | archival/libarchive/decompress_bunzip2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libarchive/decompress_bunzip2.c b/archival/libarchive/decompress_bunzip2.c index fb1f2921f..6396fe40d 100644 --- a/archival/libarchive/decompress_bunzip2.c +++ b/archival/libarchive/decompress_bunzip2.c | |||
@@ -818,7 +818,6 @@ static char *const bunzip_errors[] = { | |||
818 | /* Dumb little test thing, decompress stdin to stdout */ | 818 | /* Dumb little test thing, decompress stdin to stdout */ |
819 | int main(int argc, char **argv) | 819 | int main(int argc, char **argv) |
820 | { | 820 | { |
821 | int i; | ||
822 | char c; | 821 | char c; |
823 | 822 | ||
824 | int i = unpack_bz2_stream(0, 1); | 823 | int i = unpack_bz2_stream(0, 1); |