summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-16 15:56:31 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-16 15:56:31 +0000
commit50cc115b7e29418bf8cc1713717e72912f45e74a (patch)
tree31a9d7f534a99a4f0fc9f18b93374787d50dde89 /io.c
parent94e5dc3416d579b0659bbcad5bf161025e96f45c (diff)
* io.c: add parameter prototype.
* re.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index e6c873604d..083c8e952c 100644
--- a/io.c
+++ b/io.c
@@ -2329,7 +2329,7 @@ rb_io_reopen(argc, argv, file)
static VALUE
rb_io_become(clone, io)
- VALUE io;
+ VALUE clone, io;
{
OpenFile *fptr, *orig;
int fd;