X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flzx_common.h;h=ed9d0bbeeebdabc350e06382a4bdac07f4d2ee3b;hp=78c92ec18bf58c91cda6d21770d6b7dc2100e819;hb=de567a8c5dcd0910a8c762d75bf11b9c9683396c;hpb=3e8aa757aaa63297f0d54007adf46411778fb6a8 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.