Commit 1599f0a8 authored by unknown's avatar unknown

Remove compiler warning

parent f6e50821
......@@ -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 */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment