diff options
author | van Hauser <vh@thc.org> | 2020-02-24 02:45:17 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-24 02:45:17 +0100 |
commit | f807d7cefbc3c0e71cac6aad5cc28006f6a253be (patch) | |
tree | d3f3ec48dd47726e0aa539f90f2c1c1a217b6f94 /include/envs.h | |
parent | f240c5381a3c241cedc74b25f50dca2b40a17b10 (diff) | |
download | afl++-f807d7cefbc3c0e71cac6aad5cc28006f6a253be.tar.gz |
important InsTrim fixes!
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index 4650dc54..8e6e3731 100644 --- a/include/envs.h +++ b/include/envs.h @@ -59,7 +59,7 @@ const char *afl_environment_variables[] = { "AFL_NO_CPU_RED", "AFL_NO_FORKSRV", "AFL_NO_UI", - "AFL_NO_X86", // not really an env but we dont want to warn on it + "AFL_NO_X86", // not really an env but we dont want to warn on it "AFL_PATH", "AFL_PERFORMANCE_FILE", "AFL_PERSISTENT", |