forgot cleanup

This commit is contained in:
van Hauser
2020-02-19 10:52:44 +01:00
parent 69898722cb
commit f9d7ad8e43
10 changed files with 65 additions and 51 deletions

View File

@ -498,7 +498,9 @@ int main(int argc, char** argv, char** envp) {
exit(1);
} else if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) {
} else if ((isatty(2) && !getenv("AFL_QUIET")) ||
getenv("AFL_DEBUG") != NULL) {
#ifdef USE_TRACE_PC
SAYF(cCYA "afl-clang-fast" VERSION cRST