* util/grub-mkimagexx.c (relocate_symbols): Remove unneeded brackets.
This commit is contained in:
parent
f30c692c1f
commit
7cb24eb5ff
2 changed files with 5 additions and 1 deletions
|
@ -103,7 +103,7 @@ SUFFIX (relocate_symbols) (Elf_Ehdr *e, Elf_Shdr *sections,
|
|||
{
|
||||
continue;
|
||||
}
|
||||
else if ((cur_index == STN_UNDEF))
|
||||
else if (cur_index == STN_UNDEF)
|
||||
{
|
||||
if (sym->st_name)
|
||||
grub_util_error ("undefined symbol %s", name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue