diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-06 16:17:23 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-06 16:17:23 +0100 |
commit | b2bee5c32a4bd4d7b063f1189ac71a9658114f71 (patch) | |
tree | 6fbe12b1df18e81f3abeaeab0734326b66689f79 /src/afl-fuzz.c | |
parent | 2692ef788bd0dccff4c9b012a2fd0cf25d618228 (diff) | |
download | afl++-b2bee5c32a4bd4d7b063f1189ac71a9658114f71.tar.gz |
moar moar copyrights
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index e75ab48a..0af8b35f 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -144,7 +144,8 @@ 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", (char*)PYTHON_VERSION); + SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n", + (char*)PYTHON_VERSION); #endif SAYF("For additional help please consult %s/README.md\n\n", doc_path); |