summaryrefslogtreecommitdiff
path: root/src/parse/properties/flex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/flex.c')
-rw-r--r--src/parse/properties/flex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/properties/flex.c b/src/parse/properties/flex.c
index d8f3848..a29309b 100644
--- a/src/parse/properties/flex.c
+++ b/src/parse/properties/flex.c
@@ -29,10 +29,10 @@
*/
css_error css__parse_flex(css_language *c,
- const parserutils_vector *vector, int *ctx,
+ const parserutils_vector *vector, int32_t *ctx,
css_style *result)
{
- int orig_ctx = *ctx;
+ int32_t orig_ctx = *ctx;
int prev_ctx;
const css_token *token;
css_error error;