summaryrefslogtreecommitdiff
path: root/bfd/elfcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elfcore.h')
-rw-r--r--bfd/elfcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfcore.h b/bfd/elfcore.h
index 81980c0fec..3d7d59fa91 100644
--- a/bfd/elfcore.h
+++ b/bfd/elfcore.h
@@ -294,7 +294,7 @@ elf_core_file_p (bfd *abfd)
{
bfd_size_type high = 0;
struct stat statbuf;
- for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex)
+ for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex)
{
Elf_Internal_Phdr *p = i_phdrp + phindex;
if (p->p_filesz)
@@ -315,7 +315,7 @@ elf_core_file_p (bfd *abfd)
}
}
}
-
+
/* Save the entry point from the ELF header. */
bfd_get_start_address (abfd) = i_ehdrp->e_entry;