about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-10 07:14:42 +0100
committervan Hauser <vh@thc.org>2020-03-10 07:14:42 +0100
commit1148a2d0d1ce43ab89e14eefb70bc410726838c4 (patch)
tree4c2a69940d07cb2fadd8b8a5cbbfdb7f902c8d36 /include/afl-fuzz.h
parent38d9aedb26d6c4530763a29fe7695155a21ffbbc (diff)
downloadafl++-1148a2d0d1ce43ab89e14eefb70bc410726838c4.tar.gz
document new environment variables and code format
Diffstat (limited to 'include/afl-fuzz.h')
-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 b83d224b..a28608ce 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -516,7 +516,7 @@ typedef struct afl_state {
   /* CmpLog */
 
   char* cmplog_binary;
-  s32 cmplog_child_pid, cmplog_fsrv_pid;
+  s32   cmplog_child_pid, cmplog_fsrv_pid;
 
   /* Custom mutators */
   struct custom_mutator* mutator;