diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
commit | e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch) | |
tree | 90b9797ca310168cf1be02959d1738df9650a3f6 /src/afl-fuzz-stats.c | |
parent | 9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff) | |
download | afl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz |
fix typo in custom format
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index e68dc980..7f171279 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -3,7 +3,7 @@ --------------------------------------------- Originally written by Michal Zalewski <lcamtuf@google.com> - + Now maintained by by Marc Heuse <mh@mh-sec.de>, Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail.com> @@ -310,7 +310,7 @@ void show_stats(void) { sprintf(tmp + banner_pad, "%s " cLCY VERSION cLGN " (%s) " cPIN "[%s]", crash_mode ? cPIN "peruvian were-rabbit" : cYEL "american fuzzy lop", use_banner, power_name); -#endif /* HAVE_AFFINITY */ +#endif /* HAVE_AFFINITY */ SAYF("\n%s\n", tmp); @@ -674,7 +674,7 @@ void show_stats(void) { SAYF(SP10 cGRA " [cpu:%s%3u%%" cGRA "]\r" cRST, cpu_color, MIN(cur_utilization, 999)); -#endif /* ^HAVE_AFFINITY */ +#endif /* ^HAVE_AFFINITY */ } else |