* grub-core/lib/relocator.c (grub_mm_check_real): Accept const char *

as file argument.
This commit is contained in:
Vladimir Serbinenko 2013-11-18 02:45:25 +01:00
parent 35d4761ce2
commit 04f39f6df8
3 changed files with 7 additions and 2 deletions

View file

@ -1618,7 +1618,7 @@ grub_relocator_prepare_relocs (struct grub_relocator *rel, grub_addr_t addr,
}
void
grub_mm_check_real (char *file, int line)
grub_mm_check_real (const char *file, int line)
{
grub_mm_region_t r;
grub_mm_header_t p, pa;