diff options
Diffstat (limited to 'cbtree.h')
-rw-r--r-- | cbtree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ struct cb_node { */ uint32_t byte; uint8_t otherbits; - uint8_t k[FLEX_ARRAY]; /* arbitrary data */ + uint8_t k[FLEX_ARRAY]; /* arbitrary data, unaligned */ }; struct cb_tree { |