summaryrefslogtreecommitdiff
path: root/plugins/readelf/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readelf/reader.c')
-rw-r--r--plugins/readelf/reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readelf/reader.c b/plugins/readelf/reader.c
index ba4d17a..4e4e768 100644
--- a/plugins/readelf/reader.c
+++ b/plugins/readelf/reader.c
@@ -35,8 +35,8 @@
-DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("GElfReaderPlugin", "readelf", "Displays information about ELF files", "0.2.0",
- PGA_FORMAT_PRELOAD);
+DEFINE_CHRYSALIDE_PLUGIN("GElfReaderPlugin", "readelf", "Displays information about ELF files", "0.2.0",
+ NO_REQ, AL(PGA_FORMAT_PRELOAD));
/******************************************************************************