Remove unnecessary space
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ba7aece01
commit
aa515c8d8c
2
io.c
2
io.c
@ -4219,7 +4219,7 @@ rb_io_ungetbyte(VALUE io, VALUE b)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
rb_raise(rb_eRangeError,
|
rb_raise(rb_eRangeError,
|
||||||
"integer % d too big to convert into `unsigned char'", i);
|
"integer %d too big to convert into `unsigned char'", i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (RB_TYPE_P(b, T_BIGNUM)) {
|
else if (RB_TYPE_P(b, T_BIGNUM)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user