diff options
author | Aaron Lehmann <aaronl@vitelius.com> | 2001-12-06 03:22:43 +0000 |
---|---|---|
committer | Aaron Lehmann <aaronl@vitelius.com> | 2001-12-06 03:22:43 +0000 |
commit | b9df470c4d886f03b26d9277ec059130e6472f40 (patch) | |
tree | 065055425b665de749ec94e478da724e199f48a4 /archival/bunzip2.c | |
parent | 249f39a2650a1f002803b59c4be82ee98fca5652 (diff) | |
download | busybox-w32-b9df470c4d886f03b26d9277ec059130e6472f40.tar.gz busybox-w32-b9df470c4d886f03b26d9277ec059130e6472f40.tar.bz2 busybox-w32-b9df470c4d886f03b26d9277ec059130e6472f40.zip |
Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
binary size.
Diffstat (limited to 'archival/bunzip2.c')
-rw-r--r-- | archival/bunzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bunzip2.c b/archival/bunzip2.c index 290681dd3..c07fe1892 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c | |||
@@ -276,7 +276,7 @@ int numFileNames; | |||
276 | int numFilesProcessed; | 276 | int numFilesProcessed; |
277 | int exitValue; | 277 | int exitValue; |
278 | 278 | ||
279 | unsigned int BZ2_crc32Table[256] = { | 279 | const unsigned int BZ2_crc32Table[256] = { |
280 | 280 | ||
281 | /*-- Ugly, innit? --*/ | 281 | /*-- Ugly, innit? --*/ |
282 | 282 | ||