summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 03:03:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 03:03:01 +0000
commitaa515c8d8c5fa36712d1e3985457179b32fd36c2 (patch)
treeecd344b60886dd4442df0c206ac8ba9b2261f096 /io.c
parent9ba7aece01a77f6b3896edbd5b840985749e2c15 (diff)
Remove unnecessary space
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65824 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 491f2f9585..9e0b1b9844 100644
--- a/io.c
+++ b/io.c
@@ -4219,7 +4219,7 @@ rb_io_ungetbyte(VALUE io, VALUE b)
}
else {
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)) {