From 1148a2d0d1ce43ab89e14eefb70bc410726838c4 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 10 Mar 2020 07:14:42 +0100 Subject: document new environment variables and code format --- include/afl-fuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afl-fuzz.h') 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; -- cgit 1.4.1