fix a copy/paste bug

This commit is contained in:
2020-03-11 13:20:40 -04:00
parent 621debcea3
commit 53436a5719
2 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ struct heap_header
unsigned long long pad_start;
unsigned long long pad_end;
} header;
} __attribute__ ((packed));
struct bern_data
{