diff options
Diffstat (limited to 'archival/libunarchive/decompress_bunzip2.c')
-rw-r--r-- | archival/libunarchive/decompress_bunzip2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/libunarchive/decompress_bunzip2.c b/archival/libunarchive/decompress_bunzip2.c index 549c8b19f..cf6e1988f 100644 --- a/archival/libunarchive/decompress_bunzip2.c +++ b/archival/libunarchive/decompress_bunzip2.c | |||
@@ -86,8 +86,8 @@ struct bunzip_data { | |||
86 | 86 | ||
87 | /* Big things go last (register-relative addressing can be larger for big offsets) */ | 87 | /* Big things go last (register-relative addressing can be larger for big offsets) */ |
88 | uint32_t crc32Table[256]; | 88 | uint32_t crc32Table[256]; |
89 | unsigned char selectors[32768]; /* nSelectors=15 bits */ | 89 | unsigned char selectors[32768]; /* nSelectors=15 bits */ |
90 | struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ | 90 | struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ |
91 | }; | 91 | }; |
92 | /* typedef struct bunzip_data bunzip_data; -- done in .h file */ | 92 | /* typedef struct bunzip_data bunzip_data; -- done in .h file */ |
93 | 93 | ||