Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing

binary size.
This commit is contained in:
Aaron Lehmann
2001-12-06 03:22:43 +00:00
parent 249f39a265
commit b9df470c4d
5 changed files with 104 additions and 105 deletions

View File

@@ -276,7 +276,7 @@ int numFileNames;
int numFilesProcessed;
int exitValue;
unsigned int BZ2_crc32Table[256] = {
const unsigned int BZ2_crc32Table[256] = {
/*-- Ugly, innit? --*/