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:
parent
f0e9fa3cb1
commit
310c2adf1b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
typedef struct {
|
||||
int num;
|
||||
char* name;
|
||||
const char* name;
|
||||
} ENC_INFO;
|
||||
|
||||
static ENC_INFO Info[] = {
|
||||
|
|
Loading…
Reference in a new issue