summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 4e728d86..aea2960d 100644
--- a/stream.c
+++ b/stream.c
@@ -552,7 +552,7 @@ val get_string_from_stream(val stream)
free(so);
return out;
} else if (stream->co.ops == &string_in_ops.cobj_ops) {
- val pair = (val ) stream->co.handle;
+ val pair = (val) stream->co.handle;
return pair ? car(pair) : nil;
} else {
abort(); /* not a string input or output stream */