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

* enc/mktable.c (ENC_INFO): constify to suppress warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-02-19 06:36:45 +00:00
parent f0e9fa3cb1
commit 310c2adf1b

View file

@ -58,7 +58,7 @@
typedef struct {
int num;
char* name;
const char* name;
} ENC_INFO;
static ENC_INFO Info[] = {