summaryrefslogtreecommitdiff
path: root/src/parse/properties/azimuth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/azimuth.c')
-rw-r--r--src/parse/properties/azimuth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/properties/azimuth.c b/src/parse/properties/azimuth.c
index ace29a2..76bc383 100644
--- a/src/parse/properties/azimuth.c
+++ b/src/parse/properties/azimuth.c
@@ -217,14 +217,14 @@ css_error css__parse_azimuth(css_language *c,
value = AZIMUTH_ANGLE;
}
- error = css_stylesheet_style_appendOPV(result, CSS_PROP_AZIMUTH, flags, value);
+ error = css__stylesheet_style_appendOPV(result, CSS_PROP_AZIMUTH, flags, value);
if (error != CSS_OK) {
*ctx = orig_ctx;
return error;
}
if (((flags & FLAG_INHERIT) == false) && (value == AZIMUTH_ANGLE)) {
- error = css_stylesheet_style_vappend(result, 2, length, unit);
+ error = css__stylesheet_style_vappend(result, 2, length, unit);
if (error != CSS_OK) {
*ctx = orig_ctx;
return error;