diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-07-19 18:55:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-07-19 18:55:50 (GMT) |
commit | 5d94aa1a1e3af384307bb9d760410b61a33e7323 (patch) | |
tree | 916d51f04e1a2cc9473fb841aec3d54d6f0a809c /plugins/dex | |
parent | 046283038b3e3c8439d71914373b7ac12ee24144 (diff) |
Set Itanium as default demangler for ELF.
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 b69cc76..af005e6 100644 --- a/plugins/dex/format.c +++ b/plugins/dex/format.c @@ -187,7 +187,7 @@ static void g_dex_format_class_init(GDexFormatClass *klass) static void g_dex_format_init(GDexFormat *format) { - GBinFormat *bin_format; /* Format parent à compléter #1*/ + GBinFormat *bin_format; /* Format parent à compléter */ bin_format = G_BIN_FORMAT(format); |