From 6730b6a15ad102ee988614202147bf606e1b7fd5 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 29 Feb 2020 14:23:44 +0100 Subject: code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile --- gcc_plugin/afl-gcc-fast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc_plugin/afl-gcc-fast.c') 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); -- cgit 1.4.1