summaryrefslogtreecommitdiff
path: root/plugins/dex/format.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-02-03 10:47:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-02-03 10:47:44 (GMT)
commit097e2f0265ea9cacdfbc7ab1ac7f1b64054b570f (patch)
treef837a5e7a5a9690e64e6cf572274144d742aa32f /plugins/dex/format.c
parent113f37b954e395beb2a335e5e364746c70af625d (diff)
Typos.
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. *