diff options
-rw-r--r-- | include/lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lexer.h b/include/lexer.h index 9626e64..f482f09 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -49,7 +49,7 @@ typedef struct { typedef struct { char *key; char *content; - unsigned int length; + size_t length; } contentfor_operand_t; typedef struct { |