diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
commit | 5fcd634f05049564dde59df420ac1c2f291a2fb0 (patch) | |
tree | 47f1a5974882868e206252299e14f6b717c5c9b3 /include/afl-fuzz.h | |
parent | 28f1e94ab9fdac6886c4383d9f4722f26237a05a (diff) | |
download | afl++-5fcd634f05049564dde59df420ac1c2f291a2fb0.tar.gz |
fixed tiny nitpicks
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 5003b563..565e9afd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -390,7 +390,7 @@ typedef struct afl_env_vars { *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_skip_crashes, *afl_preload, *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port, *afl_crash_exitcode, *afl_statsd_tags_flavor, *afl_testcache_size, - *afl_testcache_entries, *afl_kill_signal; + *afl_testcache_entries, *afl_kill_signal, *afl_target_env; } afl_env_vars_t; |