summaryrefslogtreecommitdiff
path: root/src/parse/properties/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/utils.c')
-rw-r--r--src/parse/properties/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/utils.c b/src/parse/properties/utils.c
index 4eca6fc..63fe065 100644
--- a/src/parse/properties/utils.c
+++ b/src/parse/properties/utils.c
@@ -993,7 +993,7 @@ css_error css__parse_unit_specifier(css_language *c,
* \return CSS_OK on success,
* CSS_INVALID on encountering an unknown keyword
*/
-css_error css__parse_unit_keyword(const char *ptr, size_t len, css_unit *unit)
+css_error css__parse_unit_keyword(const char *ptr, size_t len, uint32_t *unit)
{
if (len == 4) {
if (strncasecmp(ptr, "grad", 4) == 0)