diff --git a/patterns/elf.hexpat b/patterns/elf.hexpat index 0c09f13..70ebe60 100644 --- a/patterns/elf.hexpat +++ b/patterns/elf.hexpat @@ -181,7 +181,7 @@ namespace program { u64 memory_size; u64 alignment; } - } [[static]]; + }; } @@ -251,7 +251,7 @@ namespace section { u64 address_alignment; u64 entry_size; } - } [[static]]; + }; }