summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dexbnf/core.c')
-rw-r--r--plugins/dexbnf/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dexbnf/core.c b/plugins/dexbnf/core.c
index 2b9408a..37e5a15 100644
--- a/plugins/dexbnf/core.c
+++ b/plugins/dexbnf/core.c
@@ -65,7 +65,7 @@ G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *plugin)
{
bool result; /* Bilan à retourner */
- result = register_demangler_type("dex", G_TYPE_DEX_DEMANGLER);
+ result = register_demangler_type(G_TYPE_DEX_DEMANGLER);
#ifdef HAVE_PYTHON3_BINDINGS
if (result)