summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index 1377df4b51..956d698511 100644
--- a/io.c
+++ b/io.c
@@ -1424,6 +1424,7 @@ rb_io_close_m(io)
static VALUE
io_close(io)
+ VALUE io;
{
return rb_funcall(io, rb_intern("close"), 0, 0);
}