Fix alignment
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
|
||||
typedef struct tree_header
|
||||
{
|
||||
uint8_t magic;
|
||||
uint8_t children_num;
|
||||
struct tree_header *parent;
|
||||
linked_list children;
|
||||
uint8_t magic;
|
||||
uint8_t children_num;
|
||||
uint16_t reserved;
|
||||
}
|
||||
__packed
|
||||
tree_header;
|
||||
|
||||
Reference in New Issue
Block a user