From 9a026637586cc90ce3418e945210c90313434306 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 26 Jan 2011 12:49:58 +0000 Subject: Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced svn path=/trunk/libcss/; revision=11492 --- src/parse/properties/voice_family.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/properties/voice_family.c') diff --git a/src/parse/properties/voice_family.c b/src/parse/properties/voice_family.c index 9ef52be..8a969a6 100644 --- a/src/parse/properties/voice_family.c +++ b/src/parse/properties/voice_family.c @@ -121,7 +121,7 @@ css_error css__parse_voice_family(css_language *c, return error; } - error = css_stylesheet_style_append(result, VOICE_FAMILY_END); + error = css__stylesheet_style_append(result, VOICE_FAMILY_END); } if (error != CSS_OK) { -- cgit v1.2.3