diff options
author | van Hauser <vh@thc.org> | 2020-04-17 10:46:35 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 10:46:35 +0200 |
commit | 2162fd8e1a1ceb745c1fcf87fb6a1053508591c4 (patch) | |
tree | fe965014986062edcb43f7b15b2314fb3a1ed9b0 /src | |
parent | 248a2f2f0bfddd9f79a4c6b6ceadef32f1765969 (diff) | |
download | afl++-2162fd8e1a1ceb745c1fcf87fb6a1053508591c4.tar.gz |
preliminary stuff for AFL_MAP_SIZE and afl-llvm-pass
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 59c76d41..a11c128a 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -524,8 +524,8 @@ static void usage(u8 *argv0) { "size\n" " the target was compiled for\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" - "AFL_QUIET: do not print extra informational output" - argv0, MEM_LIMIT, doc_path); + "AFL_QUIET: do not print extra informational output" argv0, + MEM_LIMIT, doc_path); exit(1); |