diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-22 11:31:21 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-22 11:31:29 +0200 |
commit | 599b4631a3a40930e54e103f8ad1a69499fd1c8b (patch) | |
tree | 370c136cf84b1cb2f63fbaaa76a3dddab2ef1f7a | |
parent | dae5f94bce9ae1256f455dd6f281ae2f7d33f924 (diff) | |
download | afl++-599b4631a3a40930e54e103f8ad1a69499fd1c8b.tar.gz |
typo
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index f6628851..394f33f9 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -326,7 +326,7 @@ static void usage(u8 *argv0, int more_help) { } #ifdef USE_PYTHON - SAYF("Compiled with %s module support, see docs/custom_mutator.md\n", + SAYF("Compiled with %s module support, see docs/custom_mutators.md\n", (char *)PYTHON_VERSION); #else SAYF("Compiled without Python module support.\n"); |