about summary refs log tree commit diff
path: root/gcc_plugin/afl-gcc-fast.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-29 14:23:44 +0100
committervan Hauser <vh@thc.org>2020-02-29 14:23:44 +0100
commit6730b6a15ad102ee988614202147bf606e1b7fd5 (patch)
tree8b74c9f22b1a51270f34a209f69013b8762c320a /gcc_plugin/afl-gcc-fast.c
parent6e08be1d0b77bf51db8f847b65754727855e444e (diff)
downloadafl++-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-fast.c')
-rw-r--r--gcc_plugin/afl-gcc-fast.c4
1 files changed, 2 insertions, 2 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);