Commit fa5f9d64 authored by unknown's avatar unknown

Remove compiler warning

parent c92670d8
...@@ -32,7 +32,7 @@ typedef enum { ...@@ -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 */
}; };
......
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