about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 7c47f060..9c89b2a1 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -402,7 +402,9 @@ static void usage(u8 *argv0, int more_help) {
 #endif
 
 #ifdef _AFL_SPECIAL_PERFORMANCE
-  SAYF("Compiled with special performance options for this specific system, it might not work on other platforms!\n");
+  SAYF(
+      "Compiled with special performance options for this specific system, it "
+      "might not work on other platforms!\n");
 #endif
 
   SAYF("For additional help please consult %s/README.md :)\n\n", doc_path);