From 33b37afeab6180e4fdc3c97f7f6cc713686ac6a9 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 20 Jan 2011 11:59:46 +0000 Subject: Ensure there are zero global symbols without css_ or css__ in front of them. This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416 --- src/stylesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheet.c') diff --git a/src/stylesheet.c b/src/stylesheet.c index 0847c77..285c6be 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_parse_chunk(sheet->parser, data, len); + return css_parser_css__parse_chunk(sheet->parser, data, len); } /** -- cgit v1.2.3