summaryrefslogtreecommitdiff
path: root/src/select/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/select.h')
-rw-r--r--src/select/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/select.h b/src/select/select.h
index e232a0b..1b3c702 100644
--- a/src/select/select.h
+++ b/src/select/select.h
@@ -52,7 +52,7 @@ typedef struct css_select_state {
lwc_string *before;
lwc_string *after;
- prop_state props[N_OPCODES];
+ prop_state props[CSS_N_PROPERTIES];
} css_select_state;
static inline void advance_bytecode(css_style *style, uint32_t n_bytes)