about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index eed4992c..47e83b7b 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -67,11 +67,8 @@ static u8* get_libradamsa_path(u8* own_loc) {
   SAYF("\n" cLRD "[-] " cRST
        "Oops, unable to find the 'libradamsa.so' binary. The binary must be "
        "built\n"
-       "    separately using 'make radamsa'."
-       "If you\n"
-       "    already have the binary installed, you may need to specify "
-       "AFL_PATH in the\n"
-       "    environment.\n");
+       "    separately using 'make radamsa'. If you already have the binary "
+       "installed,\n    you may need to specify AFL_PATH in the environment.\n");
 
   FATAL("Failed to locate 'libradamsa.so'.");