summaryrefslogtreecommitdiff
path: root/plugins/dex/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/format.c')
-rw-r--r--plugins/dex/format.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/dex/format.c b/plugins/dex/format.c
index 5ae0ec8..44e8ba3 100644
--- a/plugins/dex/format.c
+++ b/plugins/dex/format.c
@@ -96,7 +96,7 @@ static bool g_dex_format_get_section_range_by_name(const GDexFormat *, const cha
* *
* Description : Valide un contenu comme étant un format Dex. *
* *
-* Retour : - *
+* Retour : true si le format attendu a bien été reconnu, false sinon. *
* *
* Remarques : - *
* *
@@ -456,6 +456,7 @@ static const char *g_dex_format_get_target_machine(const GDexFormat *format)
}
+
/******************************************************************************
* *
* Paramètres : format = informations chargées à consulter. *