X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felfcore.h;h=11bfeac734fabe044868fc632812ee703cf92572;hb=6fa957a9b9408297206fb88e7c773931760f0528;hp=ec03ec3f637a989460c37f19393db4a600b3a63d;hpb=0ab2f69a4317b0c133eebac46f1f3eb39f3f7b77;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elfcore.h b/bfd/elfcore.h index ec03ec3f63..11bfeac734 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -99,9 +99,7 @@ elf_core_file_p (abfd) /* Check the magic number. */ if (elf_file_p (&x_ehdr) == false) - { - goto wrong; - } + goto wrong; /* FIXME: Check EI_VERSION here ! */