This commit is contained in:
phcoder 2009-10-10 14:27:28 +02:00
parent c7f26cf640
commit e8b458be45
3 changed files with 9 additions and 3 deletions

View file

@ -105,7 +105,7 @@ grub_arch_dl_relocate_symbols (grub_dl_t mod, void *ehdr)
default:
grub_printf ("Unknown relocation type %d\n",
ELF_R_TYPE (rel->r_info));
break
break;
}
}
}