1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ruby.c: fixed typo

* ruby.c (Init_enc): fixed typo. defined in dmyext.c.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-05-20 14:00:10 +00:00
parent 2053b5f453
commit ea0c3a8832

2
ruby.c
View file

@ -1225,7 +1225,7 @@ rb_f_chomp(argc, argv)
return str;
}
/* blank function in dmyencoding.c or generated by enc/make_encmake.rb */
/* blank function in dmyext.c or generated by enc/make_encmake.rb */
extern void Init_enc(void);
static VALUE