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

* ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):

constified.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-07-25 05:48:32 +00:00
parent 3e53486295
commit 20796c9000

View file

@ -1379,6 +1379,7 @@ syck_node_mark(SyckNode *n)
break;
case syck_str_kind:
default:
/* nothing */
break;
}