Skip to content

Commit

Permalink
char* -> const char*
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Jul 29, 2013
1 parent f1c47fb commit 5842d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statement.c
Expand Up @@ -2132,7 +2132,7 @@ Statement *ForeachStatement::semantic(Scope *sc)
/* Call:
* _aApply(aggr, flde)
*/
static char fntab[9][3] =
static const char fntab[9][3] =
{ "cc","cw","cd",
"wc","cc","wd",
"dc","dw","dd"
Expand Down

0 comments on commit 5842d8d

Please sign in to comment.