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