summaryrefslogtreecommitdiff
path: root/plugins/readelf/program.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-31 17:50:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-31 17:50:08 (GMT)
commitebe248fe406de9565c8c7787187a1d439e68cd84 (patch)
tree8126ea63a5b753f549a90a107d6428db2b299ff2 /plugins/readelf/program.c
parent24096140aaa73db9e982db4437bc42a013812658 (diff)
Extracted strings from some extra ELF sections.
Diffstat (limited to 'plugins/readelf/program.c')
-rw-r--r--plugins/readelf/program.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readelf/program.c b/plugins/readelf/program.c
index 97c0c4e..6bf117c 100644
--- a/plugins/readelf/program.c
+++ b/plugins/readelf/program.c
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * header.c - annotation des en-tĂȘtes de programme de binaires ELF
+ * program.c - annotation des en-tĂȘtes de programme de binaires ELF
*
* Copyright (C) 2015-2017 Cyrille Bagard
*
@@ -354,6 +354,6 @@ bool annotate_elf_program_header_table(GElfFormat *format, GtkStatusStack *statu
gtk_status_stack_remove_activity(status, msg);
- return true;
+ return result;
}