diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-18 15:42:34 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-18 15:42:34 +0200 |
commit | b8568034f0c120ab8500c03ed4982d641eaa88fb (patch) | |
tree | 87340670ff6b3cf3c4f459b0c5b27360cd15070d /src/afl-fuzz-queue.c | |
parent | 3ebf41ba34a6dc57f6a094987fc53b814fc25da5 (diff) | |
download | afl++-b8568034f0c120ab8500c03ed4982d641eaa88fb.tar.gz |
code format and changelog
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r-- | src/afl-fuzz-queue.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-fuzz-queue.c b/src/afl-fuzz-queue.c index a28172f9..6069f5b9 100644 --- a/src/afl-fuzz-queue.c +++ b/src/afl-fuzz-queue.c @@ -401,7 +401,9 @@ void mark_as_redundant(afl_state_t *afl, struct queue_entry *q, u8 state) { } else { - if (unlink(fn)) { /*PFATAL("Unable to remove '%s'", fn);*/ } + if (unlink(fn)) { /*PFATAL("Unable to remove '%s'", fn);*/ + + } } |