diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-02-05 22:01:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-02-05 22:01:53 (GMT) |
commit | 5056bed107331457e703ae69d61b15434940acd1 (patch) | |
tree | f239b5ee306110939acbe04cb843a80ae9ac9905 /src/analysis/scan/matches | |
parent | 24945cea340b7b0ca0fe2ccad7b67519dda1c1bd (diff) |
Cosmetic.
Diffstat (limited to 'src/analysis/scan/matches')
-rw-r--r-- | src/analysis/scan/matches/bytes.c | 1 |
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) |