summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 285c6be..3a0fadd 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -317,7 +317,7 @@ css_error css_stylesheet_append_data(css_stylesheet *sheet,
if (sheet->parser == NULL)
return CSS_INVALID;
- return css_parser_css__parse_chunk(sheet->parser, data, len);
+ return css__parser_parse_chunk(sheet->parser, data, len);
}
/**