mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
* ruby.c (proc_options): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0feac89d2d
commit
a7b36aebe8
1 changed files with 1 additions and 1 deletions
2
ruby.c
2
ruby.c
|
@ -709,7 +709,7 @@ proc_options(int argc, char **argv, struct cmdline_options *opt)
|
|||
rb_encoding *enc = 0;
|
||||
switch (*s) {
|
||||
case 'E': case 'e':
|
||||
enc = enc = rb_enc_find("EUC-JP");
|
||||
enc = rb_enc_find("EUC-JP");
|
||||
break;
|
||||
case 'S': case 's':
|
||||
enc = rb_enc_find("Windows-31J");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue