about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-03 12:46:01 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-03 12:46:01 +0100
commit63fe2977dab3b4fadd919b75e2fb1eb36aa48f20 (patch)
treefdcc3d44da89207a8def5b250604cb8edae0f8f5 /src
parentde2771d1266c14e90eeeed581847eb1f1f63c6cf (diff)
parent37bdda0464fd14a8cd8a0fbdf68a55c8440b1017 (diff)
downloadafl++-63fe2977dab3b4fadd919b75e2fb1eb36aa48f20.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 39e737c2..eae4ba1f 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -145,7 +145,7 @@ static void usage(u8* argv0) {
       argv0, EXEC_TIMEOUT, MEM_LIMIT);
 
 #ifdef USE_PYTHON
-  SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n",
+  SAYF("Compiled with %s module support, see docs/python_mutators.txt\n",
        (char*)PYTHON_VERSION);
 #endif