]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx_common.h
Various cleanups
[wimlib] / include / wimlib / lzx_common.h
index 78c92ec18bf58c91cda6d21770d6b7dc2100e819..ed9d0bbeeebdabc350e06382a4bdac07f4d2ee3b 100644 (file)
@@ -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.