summaryrefslogtreecommitdiff
path: root/src/parse/properties/font_family.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/font_family.c')
-rw-r--r--src/parse/properties/font_family.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/font_family.c b/src/parse/properties/font_family.c
index 4d0a3b1..60c069d 100644
--- a/src/parse/properties/font_family.c
+++ b/src/parse/properties/font_family.c
@@ -139,7 +139,7 @@ css_error css__parse_font_family(css_language *c,
return error;
}
- error = css_stylesheet_style_append(result, FONT_FAMILY_END);
+ error = css__stylesheet_style_append(result, FONT_FAMILY_END);
}
if (error != CSS_OK) {