diff options
Diffstat (limited to 'src')
-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) |