diff options
author | van Hauser <vh@thc.org> | 2021-01-03 10:13:55 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-03 10:13:55 +0100 |
commit | 880513651d271db538eeb3f04d046cf9ce6021f8 (patch) | |
tree | 73510aae4d892f15cfb5a9241ce51c5f9651adf9 /include | |
parent | 1857df8d06c48b7d0bf99eee5dea2de595cdf4c5 (diff) | |
download | afl++-880513651d271db538eeb3f04d046cf9ce6021f8.tar.gz |
cmplog cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index a99e4991..d6a322cc 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -590,9 +590,9 @@ typedef struct afl_state { u32 rand_cnt; /* Random number counter */ -/* unsigned long rand_seed[3]; would also work */ + /* unsigned long rand_seed[3]; would also work */ AFL_RAND_RETURN rand_seed[3]; - s64 init_seed; + s64 init_seed; u64 total_cal_us, /* Total calibration time (us) */ total_cal_cycles; /* Total calibration cycles */ |