summaryrefslogtreecommitdiff
path: root/src/parse/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/language.h')
-rw-r--r--src/parse/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/language.h b/src/parse/language.h
index 2ab4987..81a096a 100644
--- a/src/parse/language.h
+++ b/src/parse/language.h
@@ -64,7 +64,7 @@ css_error css__language_destroy(css_language *language);
* \param vector The vector to consume from
* \param ctx The vector's context
*/
-static inline void consumeWhitespace(const parserutils_vector *vector, int *ctx)
+static inline void consumeWhitespace(const parserutils_vector *vector, int32_t *ctx)
{
const css_token *token = NULL;