Fixed compilation by removing 32-bit padding

This commit is contained in:
Johan De Claville Christiansen 2014-03-25 19:12:58 +01:00
parent bf5eb7f92c
commit d84a635fb0
3 changed files with 7 additions and 8 deletions

1
capn.h
View file

@ -89,7 +89,6 @@ struct capn_tree *capn_tree_insert(struct capn_tree *root, struct capn_tree *n);
*/
struct capn_segment {
struct capn_tree hdr;
void *pad1;
struct capn_segment *next;
struct capn *capn;
uint32_t id;