summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 6333d76..0dbc487 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -120,7 +120,7 @@ struct css_rule {
index : 16, /**< index in sheet */
items : 8, /**< # items in rule */
ptype : 1; /**< css_rule_parent_type */
-};
+} _ALIGNED;
typedef struct css_rule_selector {
css_rule base;