summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-28 09:41:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-28 09:41:58 +0000
commit4c59a65d045313fd6233b71fcec126f8d4b81575 (patch)
tree912fc115ea0776f485fb1da60f7a13a2ea0ad966 /io.c
parent29966e099c9004e1cc83b40750eb95cb13c4dbc4 (diff)
adjust indet
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2757 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 4cd4932e6c..9e3d77aa49 100644
--- a/io.c
+++ b/io.c
@@ -1848,7 +1848,7 @@ retry:
if (modef & FMODE_READABLE) {
fptr->f = fpr;
- }
+ }
if (modef & FMODE_WRITABLE) {
if (fptr->f) fptr->f2 = fpw;
else fptr->f = fpw;