From 684f4dd1c44053517c6685a8a3137691535ecd84 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 11 Mar 2020 11:42:57 +0100 Subject: honor afl_quiet on env var checks + code-format --- gcc_plugin/afl-gcc-fast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 247adabc..3583345e 100644 --- a/gcc_plugin/afl-gcc-fast.c +++ b/gcc_plugin/afl-gcc-fast.c @@ -37,7 +37,7 @@ #include #include -static u8 *obj_path; /* Path to runtime libraries */ +static u8 * obj_path; /* Path to runtime libraries */ static u8 **cc_params; /* Parameters passed to the real CC */ static u32 cc_par_cnt = 1; /* Param count, including argv0 */ u8 use_stdin = 0; /* dummy */ -- cgit 1.4.1