diff options
Diffstat (limited to 'gcc_plugin')
-rw-r--r-- | gcc_plugin/afl-gcc-fast.c | 4 | ||||
-rw-r--r-- | gcc_plugin/afl-gcc-pass.so.cc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c index c939e803..91b786ba 100644 --- a/gcc_plugin/afl-gcc-fast.c +++ b/gcc_plugin/afl-gcc-fast.c @@ -339,8 +339,8 @@ int main(int argc, char** argv, char** envp) { "AFL_GCC_WHITELIST: enable whitelisting (selective instrumentation)\n" "\nafl-gcc-fast was built for gcc %s with the gcc binary path of " - "\"%s\".\n\n" - , BIN_PATH, BIN_PATH, GCC_VERSION, GCC_BINDIR); + "\"%s\".\n\n", + BIN_PATH, BIN_PATH, GCC_VERSION, GCC_BINDIR); exit(1); 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 |