X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fwimlib%2Flzx_common.h;h=ed9d0bbeeebdabc350e06382a4bdac07f4d2ee3b;hb=de58d5f57732df8129fbfd71d46ae5968ac59646;hp=78c92ec18bf58c91cda6d21770d6b7dc2100e819;hpb=3e8aa757aaa63297f0d54007adf46411778fb6a8;p=wimlib diff --git a/include/wimlib/lzx_common.h b/include/wimlib/lzx_common.h index 78c92ec1..ed9d0bbe 100644 --- a/include/wimlib/lzx_common.h +++ b/include/wimlib/lzx_common.h @@ -21,7 +21,7 @@ extern const u32 lzx_offset_slot_base[LZX_MAX_OFFSET_SLOTS + 1]; -extern const u8 lzx_extra_offset_bits[LZX_MAX_OFFSET_SLOTS + 1]; +extern const u8 lzx_extra_offset_bits[LZX_MAX_OFFSET_SLOTS]; /* * Return the offset slot for the specified match offset.