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:
parent
2053b5f453
commit
ea0c3a8832
1 changed files with 1 additions and 1 deletions
2
ruby.c
2
ruby.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue