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/dex | |
parent | 8255d60ac64a851c2e7ca37d63aa1ba37d35b704 (diff) |
Refreshed the Python documentation for the core features.
Diffstat (limited to 'plugins/dex')
-rw-r--r-- | plugins/dex/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/format.c b/plugins/dex/format.c index 53cdc29..728ab8b 100644 --- a/plugins/dex/format.c +++ b/plugins/dex/format.c @@ -185,7 +185,7 @@ static void g_dex_format_init(GDexFormat *format) bin_format = G_BIN_FORMAT(format); - bin_format->demangler = get_compiler_demangler_for_type("dex"); + bin_format->demangler = get_compiler_demangler_for_key("dex"); assert(bin_format->demangler != NULL); } |