about summary refs log tree commit diff
path: root/src/afl-cc.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-03-10 01:15:38 +0100
committerDominik Maier <domenukk@gmail.com>2021-03-10 01:15:38 +0100
commit851231c846ab4c9fe121f78a5677fa8820e843f3 (patch)
treee8837dd024296fb5b9375ffbfe41017853d26018 /src/afl-cc.c
parentf21a5c42c150fa48099144b937d5ec48fdc7048b (diff)
downloadafl++-851231c846ab4c9fe121f78a5677fa8820e843f3.tar.gz
fixed scan-build warnings
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r--src/afl-cc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 49de08e7..44654de0 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1693,7 +1693,8 @@ int main(int argc, char **argv, char **envp) {
           "  AFL_DONT_OPTIMIZE: disable optimization instead of -O3\n"
           "  AFL_NO_BUILTIN: no builtins for string compare functions (for "
           "libtokencap.so)\n"
-          "  AFL_NOOP: behave like a normal compiler (to pass configure tests)\n"
+          "  AFL_NOOP: behave like a normal compiler (to pass configure "
+          "tests)\n"
           "  AFL_PATH: path to instrumenting pass and runtime  "
           "(afl-compiler-rt.*o)\n"
           "  AFL_IGNORE_UNKNOWN_ENVS: don't warn on unknown env vars\n"