summaryrefslogtreecommitdiff
path: root/src/writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c
index ec0e477..513d9ac 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -72,7 +72,7 @@ yaml_emitter_flush(yaml_emitter_t *emitter)
unsigned char octet;
unsigned int width;
unsigned int value;
- int k;
+ size_t k;
/*
* See the "reader.c" code for more details on UTF-8 encoding. Note