diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-10 17:18:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-10 17:18:12 +0000 |
commit | 246b5c3916f0bdbe4ef61b61048ea78e057f8e01 (patch) | |
tree | 8cd6b29686ac955853fffa460118d88be2cd4b4e | |
parent | b38cf3ff8a31b2b35d6bcfb1513d568d1977bcba (diff) | |
download | busybox-246b5c3916f0bdbe4ef61b61048ea78e057f8e01.tar.gz |
one-liner: fix indentation
-rw-r--r-- | archival/libunarchive/decompress_bunzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/decompress_bunzip2.c b/archival/libunarchive/decompress_bunzip2.c index 75d225bee..d4db40ece 100644 --- a/archival/libunarchive/decompress_bunzip2.c +++ b/archival/libunarchive/decompress_bunzip2.c @@ -473,7 +473,7 @@ static int get_next_block(bunzip_data *bd) } /* At this point, we've read all the Huffman-coded symbols (and repeated - runs) for this block from the input stream, and decoded them into the + runs) for this block from the input stream, and decoded them into the intermediate buffer. There are dbufCount many decoded bytes in dbuf[]. Now undo the Burrows-Wheeler transform on dbuf. See http://dogma.net/markn/articles/bwt/bwt.htm |