summaryrefslogtreecommitdiffstats
path: root/strudel.c
diff options
context:
space:
mode:
Diffstat (limited to 'strudel.c')
-rw-r--r--strudel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strudel.c b/strudel.c
index dc7e48cb..a7d0d34d 100644
--- a/strudel.c
+++ b/strudel.c
@@ -241,7 +241,8 @@ static struct strm_ops strudel_ops =
stream_print_op,
stream_destroy_op,
strudel_mark_op,
- cobj_eq_hash_op),
+ cobj_eq_hash_op,
+ 0),
wli("struct-delegate-stream"),
strudel_put_string, strudel_put_char, strudel_put_byte,
strudel_get_line, strudel_get_char, strudel_get_byte,