diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-29 10:30:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-29 10:39:10 +0200 |
commit | 000b16af16bb5cb4e1ea9e4c24c693add6ae4da3 (patch) | |
tree | b459b2d5dec2562e97e79fff43f76a26b1774fa4 /src/afl-fuzz-run.c | |
parent | 046a9520f3799f01d5df557f0a577171638e0c64 (diff) | |
download | afl++-000b16af16bb5cb4e1ea9e4c24c693add6ae4da3.tar.gz |
fix linefeed
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r-- | src/afl-fuzz-run.c | 2 |
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) { |