Skip to content

Commit

Permalink
WAGE: More const
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 5cea5a4 commit 96cb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/script.cpp
Expand Up @@ -929,7 +929,7 @@ enum {
struct Mapping {
const char *cmd;
int type;
} mapping[] = {
} static const mapping[] = {
{ "IF{", STATEMENT }, // 0x80
{ "=", OPERATOR },
{ "<", OPERATOR },
Expand Down

0 comments on commit 96cb9a6

Please sign in to comment.