aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-07-11 12:32:17 +0200
committervanhauser-thc <vh@thc.org>2022-07-11 12:32:17 +0200
commit1f4b45b5bf006bfa1b3957c99bad3f0ec1c355dd (patch)
treed6ff5cb61315aa3b4522e420c984073cdee244fe /src/afl-showmap.c
parent30736ab7d6d6abb11382bbe8d990d99723afd265 (diff)
downloadAFLplusplus-1f4b45b5bf006bfa1b3957c99bad3f0ec1c355dd.tar.gz
nit
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index f4c72174..ab159a92 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -785,7 +785,7 @@ u32 execute_testcases(u8 *dir) {
ck_free(in_data);
++done;
- if (child_crashed && debug) { WARNF("crashed: %s\n", fn2); }
+ if (child_crashed && debug) { WARNF("crashed: %s", fn2); }
if (collect_coverage)
analyze_results(fsrv);