summaryrefslogtreecommitdiff
path: root/src/parse/properties/list_style_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/list_style_type.c')
-rw-r--r--src/parse/properties/list_style_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/list_style_type.c b/src/parse/properties/list_style_type.c
index 12fb465..b73bcb7 100644
--- a/src/parse/properties/list_style_type.c
+++ b/src/parse/properties/list_style_type.c
@@ -61,7 +61,7 @@ css_error css__parse_list_style_type(css_language *c,
}
}
- error = css_stylesheet_style_appendOPV(result, CSS_PROP_LIST_STYLE_TYPE, flags, value);
+ error = css__stylesheet_style_appendOPV(result, CSS_PROP_LIST_STYLE_TYPE, flags, value);
if (error != CSS_OK)
*ctx = orig_ctx;