summaryrefslogtreecommitdiff
path: root/src/parse/properties/border_style.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/border_style.c')
-rw-r--r--src/parse/properties/border_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/border_style.c b/src/parse/properties/border_style.c
index 7ee6922..ae697df 100644
--- a/src/parse/properties/border_style.c
+++ b/src/parse/properties/border_style.c
@@ -27,7 +27,7 @@
* Post condition: \a *ctx is updated with the next token to process
* If the input is invalid, then \a *ctx remains unchanged.
*/
-css_error parse_border_style(css_language *c,
+css_error css__parse_border_style(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style *result)
{