tp_magic_api.h MAGIC_COMPLEXITY_LEVEL_NAMES const char *
not just char *
This commit is contained in:
parent
5f8522766c
commit
4834bd50fd
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ enum {
|
||||||
|
|
||||||
#define MAGIC_COMPLEXITY_DEFAULT MAGIC_COMPLEXITY_ADVANCED
|
#define MAGIC_COMPLEXITY_DEFAULT MAGIC_COMPLEXITY_ADVANCED
|
||||||
|
|
||||||
char * MAGIC_COMPLEXITY_LEVEL_NAMES[NUM_MAGIC_COMPLEXITY_LEVELS] = {
|
const char * MAGIC_COMPLEXITY_LEVEL_NAMES[NUM_MAGIC_COMPLEXITY_LEVELS] = {
|
||||||
"novice",
|
"novice",
|
||||||
"beginner",
|
"beginner",
|
||||||
"advanced",
|
"advanced",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue