summaryrefslogtreecommitdiff
path: root/src/parse/properties/font_weight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/font_weight.c')
-rw-r--r--src/parse/properties/font_weight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/font_weight.c b/src/parse/properties/font_weight.c
index 9c4048b..4853106 100644
--- a/src/parse/properties/font_weight.c
+++ b/src/parse/properties/font_weight.c
@@ -94,7 +94,7 @@ css_error css__parse_font_weight(css_language *c,
return CSS_INVALID;
}
- error = css_stylesheet_style_appendOPV(result,
+ error = css__stylesheet_style_appendOPV(result,
CSS_PROP_FONT_WEIGHT,
flags,
value);