2010-01-20 BVK Chaitanya <bvk.groups@gmail.com>
* include/grub/script_sh.h (sourcecode): Remove const qualifier to fix grub-script-check warning.
This commit is contained in:
commit
242f3b11c9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-20 BVK Chaitanya <bvk.groups@gmail.com>
|
||||||
|
|
||||||
|
* include/grub/script_sh.h (sourcecode): Remove const qualifier to
|
||||||
|
fix grub-script-check warning.
|
||||||
|
|
||||||
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/font.h (grub_font_load): Fix prototype.
|
* include/grub/font.h (grub_font_load): Fix prototype.
|
||||||
|
|
|
@ -112,7 +112,7 @@ struct grub_script_cmd_menuentry
|
||||||
struct grub_script_arglist *arglist;
|
struct grub_script_arglist *arglist;
|
||||||
|
|
||||||
/* The sourcecode the entry will be generated from. */
|
/* The sourcecode the entry will be generated from. */
|
||||||
const char *sourcecode;
|
char *sourcecode;
|
||||||
|
|
||||||
/* Options. XXX: Not used yet. */
|
/* Options. XXX: Not used yet. */
|
||||||
int options;
|
int options;
|
||||||
|
|
Loading…
Reference in a new issue