diff options
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); } |