aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/libarchive/decompress_bunzip2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/decompress_bunzip2.c b/archival/libarchive/decompress_bunzip2.c
index 42e2b4f88..4a2b668aa 100644
--- a/archival/libarchive/decompress_bunzip2.c
+++ b/archival/libarchive/decompress_bunzip2.c
@@ -654,7 +654,7 @@ static int read_bunzip(bunzip_data *bd, char *outbuf, int len)
654 /* Subtract the 1 copy we'd output anyway to get extras */ 654 /* Subtract the 1 copy we'd output anyway to get extras */
655 --bd->writeCopies; 655 --bd->writeCopies;
656 } 656 }
657 } /* for(;;) */ 657 } /* for (;;) */
658 658
659 /* Decompression of this input block completed successfully */ 659 /* Decompression of this input block completed successfully */
660 bd->writeCRC = CRC = ~CRC; 660 bd->writeCRC = CRC = ~CRC;