summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index e873a206..87a03c06 100644
--- a/lib.c
+++ b/lib.c
@@ -1669,7 +1669,7 @@ val lazy_stream_cons(val stream)
}
return make_lazycons(func_f1(cons(stream, cons(first, nil)),
- lazy_stream_func));
+ lazy_stream_func));
}
val lazy_str(val lst, val term, val limit)