aboutsummaryrefslogtreecommitdiff
path: root/binutils/elfedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/elfedit.c')
-rw-r--r--binutils/elfedit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/elfedit.c b/binutils/elfedit.c
index 28e40be..6e2f8db4 100644
--- a/binutils/elfedit.c
+++ b/binutils/elfedit.c
@@ -253,8 +253,7 @@ update_elf_header (const char *file_name, FILE *file)
/* Skip if class doesn't match. */
if (input_elf_class == -1)
input_elf_class = elf_header.e_ident[EI_CLASS];
- else
- if (elf_header.e_ident[EI_CLASS] != input_elf_class)
+ else if (elf_header.e_ident[EI_CLASS] != input_elf_class)
{
non_fatal
(_("%s: Unmatched EI_CLASS: %d is not %d\n"),