diff options
author | van Hauser <vh@thc.org> | 2020-02-29 14:23:44 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-29 14:23:44 +0100 |
commit | 6730b6a15ad102ee988614202147bf606e1b7fd5 (patch) | |
tree | 8b74c9f22b1a51270f34a209f69013b8762c320a /gcc_plugin/afl-gcc-pass.so.cc | |
parent | 6e08be1d0b77bf51db8f847b65754727855e444e (diff) | |
download | afl++-6730b6a15ad102ee988614202147bf606e1b7fd5.tar.gz |
code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile
Diffstat (limited to 'gcc_plugin/afl-gcc-pass.so.cc')
-rw-r--r-- | gcc_plugin/afl-gcc-pass.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_plugin/afl-gcc-pass.so.cc b/gcc_plugin/afl-gcc-pass.so.cc index 1346979c..41139d6e 100644 --- a/gcc_plugin/afl-gcc-pass.so.cc +++ b/gcc_plugin/afl-gcc-pass.so.cc @@ -52,7 +52,7 @@ #include "../config.h" #include "../include/debug.h" -/* clear helper macros AFL types pull in, which intervene with gcc-plugin +/* clear helper macros AFL types pull in, which intervene with gcc-plugin * headers from GCC-8 */ #ifdef likely #undef likely |