about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-18 15:42:34 +0200
committervanhauser-thc <vh@thc.org>2024-06-18 15:42:34 +0200
commitb8568034f0c120ab8500c03ed4982d641eaa88fb (patch)
tree87340670ff6b3cf3c4f459b0c5b27360cd15070d /src/afl-fuzz-queue.c
parent3ebf41ba34a6dc57f6a094987fc53b814fc25da5 (diff)
downloadafl++-b8568034f0c120ab8500c03ed4982d641eaa88fb.tar.gz
code format and changelog
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r--src/afl-fuzz-queue.c4
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);*/
+
+    }
 
   }