From 524d792308a5436e2a57f73b0d4036aacac83323 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 22 Feb 2020 20:48:36 +0100 Subject: fix travis weirdness - hopefully --- src/afl-as.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/afl-as.c b/src/afl-as.c index 72a27cd2..acb026df 100644 --- a/src/afl-as.c +++ b/src/afl-as.c @@ -529,10 +529,9 @@ int main(int argc, char** argv) { "don't want to run this program directly.\n\n" "Rarely, when dealing with extremely complex projects, it may be " - "advisable to\n" - "set AFL_INST_RATIO to a value less than 100 in order to reduce the " - "odds of\n" - "instrumenting every discovered branch.\n\n" + "advisable\n" + "to set AFL_INST_RATIO to a value less than 100 in order to reduce the\n" + "odds of instrumenting every discovered branch.\n\n" "Environment variables used:\n" "AFL_AS: path to assembler to use for instrumented files\n" "AFL_CC: fall back path to assembler\n" -- cgit 1.4.1