about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-29 10:30:37 +0200
committervanhauser-thc <vh@thc.org>2021-06-29 10:39:10 +0200
commit000b16af16bb5cb4e1ea9e4c24c693add6ae4da3 (patch)
treeb459b2d5dec2562e97e79fff43f76a26b1774fa4 /src/afl-fuzz-run.c
parent046a9520f3799f01d5df557f0a577171638e0c64 (diff)
downloadafl++-000b16af16bb5cb4e1ea9e4c24c693add6ae4da3.tar.gz
fix linefeed
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r--src/afl-fuzz-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index 49856a9f..e876beea 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -413,7 +413,7 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
           // note: from_queue seems to only be set during initialization
           if (afl->afl_env.afl_no_ui || from_queue) {
 
-            WARNF("instability detected during calibration\n");
+            WARNF("instability detected during calibration");
 
           } else if (afl->debug) {