summaryrefslogtreecommitdiff
path: root/include/dom/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core')
-rw-r--r--include/dom/core/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/string.h b/include/dom/core/string.h
index f2a6122..4c2da97 100644
--- a/include/dom/core/string.h
+++ b/include/dom/core/string.h
@@ -18,7 +18,7 @@
typedef struct dom_string dom_string;
struct dom_string {
uint32_t refcnt;
-} _ALIGNED;
+};
/* Claim a reference on a DOM string */