summaryrefslogtreecommitdiff
path: root/src/format/elf/elf.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-17 22:41:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-17 22:41:36 (GMT)
commit643d8886dbc8e04de7a3bab1207c6997ea2549d7 (patch)
tree9172189bfeee70a1422d09968b8fda9fb4911231 /src/format/elf/elf.c
parent9841343bcf0e93fd5d72e5f41c7e2b9939063568 (diff)
Resolved some extra program header types specific to ARM.
Diffstat (limited to 'src/format/elf/elf.c')
-rw-r--r--src/format/elf/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/elf/elf.c b/src/format/elf/elf.c
index 2ca3b8c..acdd01f 100644
--- a/src/format/elf/elf.c
+++ b/src/format/elf/elf.c
@@ -527,7 +527,7 @@ static void g_elf_format_refine_portions(GElfFormat *format)
snprintf(desc, MAX_PORTION_DESC, "%s \"%s\"",
_("Segment"),
- get_elf_program_type_desc(ELF_PHDR(format, phdr, p_type)));
+ get_elf_program_type_desc(format, ELF_PHDR(format, phdr, p_type)));
g_binary_portion_set_desc(new, desc);