unify output format

This commit is contained in:
yuawn
2021-11-05 03:09:39 +00:00
parent 67ed01c560
commit 9506772984

View File

@ -2057,7 +2057,7 @@ int main(int argc, char **argv, char **envp) {
if ((isatty(2) && !be_quiet) || debug) {
SAYF(cCYA
"afl-cc " VERSION cRST
"afl-cc" VERSION cRST
" by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: %s-%s\n",
compiler_mode_string[compiler_mode], ptr);