about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
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;