Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index ec03ec3f637a989460c37f19393db4a600b3a63d..11bfeac734fabe044868fc632812ee703cf92572 100644 (file)
@@ -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 ! */
 
This page took 0.025438 seconds and 4 git commands to generate.