diff options
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 7c43bed12..3215697aa 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c | |||
@@ -232,6 +232,7 @@ static int huft_free(huft_t * t) | |||
232 | * t: result: starting table | 232 | * t: result: starting table |
233 | * m: maximum lookup bits, returns actual | 233 | * m: maximum lookup bits, returns actual |
234 | */ | 234 | */ |
235 | static | ||
235 | int huft_build(unsigned int *b, const unsigned int n, | 236 | int huft_build(unsigned int *b, const unsigned int n, |
236 | const unsigned int s, const unsigned short *d, | 237 | const unsigned int s, const unsigned short *d, |
237 | const unsigned char *e, huft_t ** t, unsigned int *m) | 238 | const unsigned char *e, huft_t ** t, unsigned int *m) |