diff options
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 8717519b..c85883dd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -409,7 +409,7 @@ extern u32 rand_cnt; /* Random number counter */ #endif extern u32 rand_seed[2]; -extern s64 init_seed; +extern s64 init_seed; extern u64 total_cal_us, /* Total calibration time (us) */ total_cal_cycles; /* Total calibration cycles */ |