diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/elf/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/core.c b/plugins/elf/core.c index 5e2e19c..fde6be1 100644 --- a/plugins/elf/core.c +++ b/plugins/elf/core.c @@ -33,8 +33,8 @@ -DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("elf", "Add suport for the ELF format", "0.1.0", - PGA_PLUGIN_INIT); +DEFINE_CHRYSALIDE_PLUGIN("elf", "Add suport for the ELF format", "0.1.0", + RL("PyChrysalide"), AL(PGA_PLUGIN_INIT)); |