From 8185a750125e3bbbad954f904963b4a2abb9f180 Mon Sep 17 00:00:00 2001 From: vda Date: Tue, 10 Apr 2007 17:18:12 +0000 Subject: one-liner: fix indentation git-svn-id: svn://busybox.net/trunk/busybox@18385 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- archival/libunarchive/decompress_bunzip2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb