Skip to content

Commit

Permalink
* enc/mktable.c (ENC_INFO): constify to suppress warnings.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Feb 19, 2012
1 parent f0e9fa3 commit 310c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enc/mktable.c
Expand Up @@ -58,7 +58,7 @@

typedef struct {
int num;
char* name;
const char* name;
} ENC_INFO;

static ENC_INFO Info[] = {
Expand Down

0 comments on commit 310c2ad

Please sign in to comment.