diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-04 10:15:57 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-04 10:15:57 (GMT) |
commit | aded4e75efc21319d5a777bf53bc087587f0740c (patch) | |
tree | 8b1b11415227679c79272cfb1df90f13801bb219 /plugins/elf | |
parent | 8255d60ac64a851c2e7ca37d63aa1ba37d35b704 (diff) |
Refreshed the Python documentation for the core features.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/format.c b/plugins/elf/format.c index 08472e4..f576397 100644 --- a/plugins/elf/format.c +++ b/plugins/elf/format.c @@ -189,7 +189,7 @@ static void g_elf_format_init(GElfFormat *format) bin_format = G_BIN_FORMAT(format); - bin_format->demangler = get_compiler_demangler_for_type("itanium"); + bin_format->demangler = get_compiler_demangler_for_key("itanium"); assert(bin_format->demangler != NULL); } |