summaryrefslogtreecommitdiffstats
path: root/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'buf.c')
-rw-r--r--buf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/buf.c b/buf.c
index 452b1fcc..ced3943d 100644
--- a/buf.c
+++ b/buf.c
@@ -1125,7 +1125,8 @@ static struct strm_ops buf_strm_ops =
stream_print_op,
stream_destroy_op,
buf_strm_mark,
- cobj_eq_hash_op),
+ cobj_eq_hash_op,
+ 0),
wli("buf-stream"),
buf_strm_put_string,
buf_strm_put_char,