Fix alignment: part 2

This commit is contained in:
Ilmir Usmanov
2014-10-14 14:26:52 +04:00
parent c4ba033970
commit 053cbc769f
10 changed files with 9 additions and 17 deletions
-2
View File
@@ -26,9 +26,7 @@ typedef struct tree_header
linked_list children;
uint8_t magic;
uint8_t children_num;
uint16_t reserved;
}
__packed
tree_header;
#endif /* TREE_H */