summaryrefslogtreecommitdiff
path: root/src/parse/font_face.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/font_face.h')
-rw-r--r--src/parse/font_face.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/font_face.h b/src/parse/font_face.h
index 435380e..dc00ef1 100644
--- a/src/parse/font_face.h
+++ b/src/parse/font_face.h
@@ -17,6 +17,6 @@
css_error css__parse_font_descriptor(css_language *c,
const css_token *descriptor, const parserutils_vector *vector,
- int *ctx, struct css_rule_font_face *rule);
+ int32_t *ctx, struct css_rule_font_face *rule);
#endif