fix grub-script-check warnings
This commit is contained in:
parent
7ee92c32e1
commit
aca655fd20
2 changed files with 6 additions and 1 deletions
|
@ -112,7 +112,7 @@ struct grub_script_cmd_menuentry
|
|||
struct grub_script_arglist *arglist;
|
||||
|
||||
/* The sourcecode the entry will be generated from. */
|
||||
const char *sourcecode;
|
||||
char *sourcecode;
|
||||
|
||||
/* Options. XXX: Not used yet. */
|
||||
int options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue