diff --git a/lualib/lua_magic/patterns.lua b/lualib/lua_magic/patterns.lua index f0759de5d..1b0f89577 100644 --- a/lualib/lua_magic/patterns.lua +++ b/lualib/lua_magic/patterns.lua @@ -190,17 +190,17 @@ local patterns = { lz4 = { matches = { { - hex = "184d2204", + hex = "04224d18", relative_position = 0, weight = 60, }, { - hex = "184c2103", + hex = "03214c18", relative_position = 0, weight = 60, }, { - hex = "184c2102", + hex = "02214c18", relative_position = 0, weight = 60, },