Fix DecodeContextMap

This commit is contained in:
Eugene Kliuchnikov 2016-07-25 10:22:33 +02:00
parent 43d4f45b6e
commit d2b17196f2

View File

@ -916,7 +916,7 @@ static BrotliDecoderErrorCode HuffmanTreeGroupDecode(
static BrotliDecoderErrorCode DecodeContextMap(uint32_t context_map_size,
uint32_t* num_htrees,
uint8_t** context_map_arg,
BrotliState* s) {
BrotliDecoderState* s) {
BrotliBitReader* br = &s->br;
BrotliDecoderErrorCode result = BROTLI_DECODER_SUCCESS;