diff --git a/lib/bt_matchfinder.h b/lib/bt_matchfinder.h index 4c2ff09..7c1217f 100644 --- a/lib/bt_matchfinder.h +++ b/lib/bt_matchfinder.h @@ -64,10 +64,10 @@ struct lz_match { /* The number of bytes matched. */ - u32 length; + u16 length; /* The offset back from the current position that was matched. */ - u32 offset; + u16 offset; }; struct bt_matchfinder {