summaryrefslogtreecommitdiff
path: root/src/analysis
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-02-05 22:01:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-02-05 22:01:53 (GMT)
commit5056bed107331457e703ae69d61b15434940acd1 (patch)
treef239b5ee306110939acbe04cb843a80ae9ac9905 /src/analysis
parent24945cea340b7b0ca0fe2ccad7b67519dda1c1bd (diff)
Cosmetic.
Diffstat (limited to 'src/analysis')
-rw-r--r--src/analysis/scan/matches/bytes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analysis/scan/matches/bytes.c b/src/analysis/scan/matches/bytes.c
index ca8c5b6..c4c43bc 100644
--- a/src/analysis/scan/matches/bytes.c
+++ b/src/analysis/scan/matches/bytes.c
@@ -330,7 +330,6 @@ const match_area_t *g_scan_bytes_matches_get(const GScanBytesMatches *matches, s
{
const match_area_t *result; /* Pointeur à retourner */
-
for_each_match_area(result, matches->areas)
{
if (index == 0)