diff options
Diffstat (limited to 'archival/libarchive/decompress_bunzip2.c')
-rw-r--r-- | archival/libarchive/decompress_bunzip2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/libarchive/decompress_bunzip2.c b/archival/libarchive/decompress_bunzip2.c index af879648d..7cd18f5ed 100644 --- a/archival/libarchive/decompress_bunzip2.c +++ b/archival/libarchive/decompress_bunzip2.c @@ -1,5 +1,6 @@ /* vi: set sw=4 ts=4: */ -/* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). +/* + * Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). * * Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), * which also acknowledges contributions by Mike Burrows, David Wheeler, |