fix warning about string conversion

This commit is contained in:
Stas Degteff 2010-03-23 09:07:13 +00:00
parent 795bbef6e2
commit 44d07e5098

View File

@ -37,7 +37,7 @@
int errorlevel = 0; int errorlevel = 0;
int error_exit = 0; int error_exit = 0;
char* etext[] = { const char* etext[] = {
"No", "No",
"Open", "Open",
"Read", "Read",