Skip to content

Commit

Permalink
eval_error.c: constify
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Feb 25, 2016
1 parent 37d6a4d commit 5fa5b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ error_print(void)
warn_print("\n");
}
else {
char *tail = 0;
const char *tail = 0;
long len = elen;

if (RSTRING_PTR(epath)[0] == '#')
Expand Down

0 comments on commit 5fa5b50

Please sign in to comment.