]> wimlib.net Git - wimlib/blobdiff - include/wimlib/decompress_common.h
Make read_huffsym() return unsigned int
[wimlib] / include / wimlib / decompress_common.h
index 148b44ef63d0ee5db26509140d13f95f0dbabf87..420f7f41e3adf8a207248241a41aee0db3ee3879 100644 (file)
@@ -214,7 +214,7 @@ bitstream_align(struct input_bitstream *is)
  *
  * XXX: This is mostly duplicated in lzms_decode_huffman_symbol() in
  * lzms_decompress.c.  */
-static inline u16
+static inline unsigned
 read_huffsym(struct input_bitstream *istream, const u16 decode_table[],
             unsigned table_bits, unsigned max_codeword_len)
 {