summaryrefslogtreecommitdiff
path: root/plugins/dex
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-19 18:55:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-19 18:55:50 (GMT)
commit5d94aa1a1e3af384307bb9d760410b61a33e7323 (patch)
tree916d51f04e1a2cc9473fb841aec3d54d6f0a809c /plugins/dex
parent046283038b3e3c8439d71914373b7ac12ee24144 (diff)
Set Itanium as default demangler for ELF.
Diffstat (limited to 'plugins/dex')
-rw-r--r--plugins/dex/format.c2
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);