summaryrefslogtreecommitdiff
path: root/src/parse/properties/border_outline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/border_outline.c')
-rw-r--r--src/parse/properties/border_outline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/border_outline.c b/src/parse/properties/border_outline.c
index be6cafd..02d85a7 100644
--- a/src/parse/properties/border_outline.c
+++ b/src/parse/properties/border_outline.c
@@ -2071,7 +2071,7 @@ css_error parse_border_side_style(css_language *c,
&match) == lwc_error_ok && match)) {
value = BORDER_STYLE_SOLID;
} else if ((lwc_string_caseless_isequal(
- ident->idata, c->strings[DOUBLE],
+ ident->idata, c->strings[LIBCSS_DOUBLE],
&match) == lwc_error_ok && match)) {
value = BORDER_STYLE_DOUBLE;
} else if ((lwc_string_caseless_isequal(