Remove compiler warning
This commit is contained in:
parent
c92670d80b
commit
fa5f9d64af
@ -32,7 +32,7 @@ typedef enum {
|
|||||||
|
|
||||||
struct File_option
|
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 */
|
int offset; /* offset to base address of value */
|
||||||
enum file_opt_type type; /* Option type */
|
enum file_opt_type type; /* Option type */
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user