Remove compiler warning

This commit is contained in:
unknown 2004-07-01 23:31:48 +04:00
parent c92670d80b
commit fa5f9d64af

View File

@ -32,7 +32,7 @@ typedef enum {
struct File_option
{
const LEX_STRING name; /* Name of the option */
LEX_STRING name; /* Name of the option */
int offset; /* offset to base address of value */
enum file_opt_type type; /* Option type */
};