summaryrefslogtreecommitdiff
path: root/src/parse/properties/voice_family.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-26 12:49:58 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-26 12:49:58 +0000
commit9a026637586cc90ce3418e945210c90313434306 (patch)
tree5c06aff26935112320620fdd1fe45f6a447763c5 /src/parse/properties/voice_family.c
parentff6f6cf29dbe18a2541ba73c2542253c5ffb0abc (diff)
downloadlibcss-9a026637586cc90ce3418e945210c90313434306.tar.gz
libcss-9a026637586cc90ce3418e945210c90313434306.tar.bz2
Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced
svn path=/trunk/libcss/; revision=11492
Diffstat (limited to 'src/parse/properties/voice_family.c')
-rw-r--r--src/parse/properties/voice_family.c2
1 files changed, 1 insertions, 1 deletions
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) {