summaryrefslogtreecommitdiff
path: root/ext/syck
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck')
-rw-r--r--ext/syck/emitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c
index 08c280feaf..1927b7e1e2 100644
--- a/ext/syck/emitter.c
+++ b/ext/syck/emitter.c
@@ -290,7 +290,7 @@ syck_emitter_start_obj( SyckEmitter *e, SYMID oid )
*/
args->startpos = n->pos;
args->offset = alen + 1;
- st_foreach( e->anchors, syck_adjust_anchors, args );
+ st_foreach( e->anchors, syck_adjust_anchors, (st_data_t)args );
S_FREE( args );
/*