diff options
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index e539c2a46..56d4d9278 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -2142,7 +2142,7 @@ static void send_tree(ct_data * tree, int max_code) | |||
2142 | * Construct the Huffman tree for the bit lengths and return the index in | 2142 | * Construct the Huffman tree for the bit lengths and return the index in |
2143 | * bl_order of the last bit length code to send. | 2143 | * bl_order of the last bit length code to send. |
2144 | */ | 2144 | */ |
2145 | static const int build_bl_tree() | 2145 | static int build_bl_tree() |
2146 | { | 2146 | { |
2147 | int max_blindex; /* index of last bit length code of non zero freq */ | 2147 | int max_blindex; /* index of last bit length code of non zero freq */ |
2148 | 2148 | ||