diff options
author | Aaron Lehmann | 2001-12-06 03:22:43 +0000 |
---|---|---|
committer | Aaron Lehmann | 2001-12-06 03:22:43 +0000 |
commit | b9df470c4d886f03b26d9277ec059130e6472f40 (patch) | |
tree | 065055425b665de749ec94e478da724e199f48a4 /archival/bunzip2.c | |
parent | 249f39a2650a1f002803b59c4be82ee98fca5652 (diff) | |
download | busybox-b9df470c4d886f03b26d9277ec059130e6472f40.zip busybox-b9df470c4d886f03b26d9277ec059130e6472f40.tar.gz |
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 290681d..c07fe18 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -276,7 +276,7 @@ int numFileNames; int numFilesProcessed; int exitValue; -unsigned int BZ2_crc32Table[256] = { +const unsigned int BZ2_crc32Table[256] = { /*-- Ugly, innit? --*/ |