about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-03 11:49:42 +0100
committerGitHub <noreply@github.com>2020-02-03 11:49:42 +0100
commit37bdda0464fd14a8cd8a0fbdf68a55c8440b1017 (patch)
tree3eb9e01c93c946d2b8655d910925cd25fae5da1c /src
parent9e4ebfd4f63fb93ac455ebbb3b3d7b2c4b491862 (diff)
parentb4d9d56af4a6c4a4583a2443e1c2de7ea6fede8e (diff)
downloadafl++-37bdda0464fd14a8cd8a0fbdf68a55c8440b1017.tar.gz
Merge pull request #183 from domenukk/python3
Broader Python Support
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