* grub-core/kern/emu/main.c (main): Add missing const qualifier.

* grub-core/loader/efi/appleloader.c (devdata): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 01:32:41 +01:00
parent 496bd07446
commit 055dc23978
3 changed files with 7 additions and 2 deletions

View file

@ -126,7 +126,7 @@ static struct piwg_full_device_path devpath_6 = MAKE_PIWG_PATH (0xffcc4000,
struct devdata
{
char *model;
const char *model;
grub_efi_device_path_t *devpath;
};