aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/template-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/template-parser.c')
-rw-r--r--src/blogc/template-parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blogc/template-parser.c b/src/blogc/template-parser.c
index 4d2cb3c..b085a33 100644
--- a/src/blogc/template-parser.c
+++ b/src/blogc/template-parser.c
@@ -57,8 +57,8 @@ blogc_template_parse(const char *src, size_t src_len, bc_error_t **err)
blogc_template_operator_t tmp_op = 0;
- unsigned int if_count = 0;
- unsigned int block_if_count = 0;
+ size_t if_count = 0;
+ size_t block_if_count = 0;
bool else_open = false;
bool foreach_open = false;
bool block_foreach_open = false;