diff --git a/Userland/Libraries/LibGfx/Font/OpenType/Tables.h b/Userland/Libraries/LibGfx/Font/OpenType/Tables.h index bd44387fc0..0e204fee06 100644 --- a/Userland/Libraries/LibGfx/Font/OpenType/Tables.h +++ b/Userland/Libraries/LibGfx/Font/OpenType/Tables.h @@ -559,7 +559,7 @@ struct Lookup { BigEndian lookup_type; BigEndian lookup_flag; BigEndian subtable_count; - BigEndian subtable_offsets[]; + Offset16 subtable_offsets[]; }; // https://learn.microsoft.com/en-us/typography/opentype/spec/chapter2#lookup-list-table