Merge pull request #4433 from mattaereal/patch-2

Docs: Missing new line for markdown to display properly
This commit is contained in:
Alex Beregszaszi 2018-07-09 13:23:58 +02:00 committed by GitHub
commit 5bd2229247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,6 +209,7 @@ At this stage you should be able to see a message similar to the following:
If the instrumentation messages did not appear, try switching the cmake flags pointing to AFL's clang binaries:
::
# if previously failed
make clean
cmake .. -DCMAKE_C_COMPILER=path/to/afl-clang -DCMAKE_CXX_COMPILER=path/to/afl-clang++