summaryrefslogtreecommitdiffstats
path: root/enc/trans
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 06:09:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 06:09:05 +0000
commit246f016f0780a3f2f7b464bda65bb6148a27a54a (patch)
treef9611c5bb217d0b110847fa4a121cd7215d795cd /enc/trans
parent793c6289efdb489fd4f8e3f14d19fbcf931d2c70 (diff)
downloadruby-246f016f0780a3f2f7b464bda65bb6148a27a54a.tar.gz
ruby-246f016f0780a3f2f7b464bda65bb6148a27a54a.tar.xz
ruby-246f016f0780a3f2f7b464bda65bb6148a27a54a.zip
* enc/trans/single_byte.c (Init_single_byte): renamed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/trans')
-rw-r--r--enc/trans/single_byte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/single_byte.c b/enc/trans/single_byte.c
index ca4006d54..bbfb3f5f9 100644
--- a/enc/trans/single_byte.c
+++ b/enc/trans/single_byte.c
@@ -2986,7 +2986,7 @@ rb_to_ISO_8859_15 = {
};
void
-Init_one_byte(void)
+Init_single_byte(void)
{
rb_register_transcoder(&rb_from_ISO_8859_1);
rb_register_transcoder(&rb_from_ISO_8859_2);