about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
committerhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
commit8a786377196fbaafeecbca17fad66ea1e76c7de2 (patch)
tree1f8ccf4a15846a249a5bd9ec7222cbc9df197ae0 /include
parent230c135d4e05d810397138f2b6eb1927955f8900 (diff)
downloadafl++-8a786377196fbaafeecbca17fad66ea1e76c7de2.tar.gz
add gcc_plugin to code formatter and run it
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 5da41a3e..7e9ced46 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -252,7 +252,7 @@ extern u8 *in_dir,                      /* Input directory with test cases  */
     *file_extension,                    /* File extension                   */
     *orig_cmdline,                      /* Original command line            */
     *doc_path,                          /* Path to documentation dir        */
-    *infoexec,                          /* Command to execute on a new crash */
+    *infoexec,                         /* Command to execute on a new crash */
     *out_file;                          /* File to fuzz, if any             */
 
 extern u32 exec_tmout;                  /* Configurable exec timeout (ms)   */