fix warning about string conversion
This commit is contained in:
parent
795bbef6e2
commit
44d07e5098
@ -37,7 +37,7 @@
|
||||
int errorlevel = 0;
|
||||
int error_exit = 0;
|
||||
|
||||
char* etext[] = {
|
||||
const char* etext[] = {
|
||||
"No",
|
||||
"Open",
|
||||
"Read",
|
||||
|
Reference in New Issue
Block a user