diff options
author | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 18:21:35 +0200 |
---|---|---|
committer | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 18:21:35 +0200 |
commit | 403d95d2d2c7a9bd72eca5ea91743f8d835845ef (patch) | |
tree | 2408dbc1c2a468851efd3a3f6df6a34e1ddcf9b7 /include/afl-fuzz.h | |
parent | 07cf27cddc6f0189ee9b21f888595c84549b5b93 (diff) | |
download | afl++-403d95d2d2c7a9bd72eca5ea91743f8d835845ef.tar.gz |
auto code format fixes
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 62d71968..6a8e8b5d 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -693,7 +693,7 @@ typedef struct afl_state { /* statistics file */ double last_bitmap_cvg, last_stability, last_eps; - u64 stats_file_update_freq_msecs; /* Stats update frequency (msecs) */ + u64 stats_file_update_freq_msecs; /* Stats update frequency (msecs) */ /* plot file saves from last run */ u32 plot_prev_qp, plot_prev_pf, plot_prev_pnf, plot_prev_ce, plot_prev_md; |