about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-31 18:29:45 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-31 18:29:45 +0200
commitbea76b346ce278896d0b4a6f3b1d42e5c1c786c3 (patch)
tree6ecc971d57780a5fa1175aff50d9d9644e011877
parent53e63e9ded202b63de19590bb3d265d2f01ee929 (diff)
downloadafl++-bea76b346ce278896d0b4a6f3b1d42e5c1c786c3.tar.gz
fixed build error
-rw-r--r--src/afl-showmap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index e596c26e..ae33cc48 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -636,9 +636,10 @@ static void usage(u8 *argv0) {
       "size\n"
       "              the target was compiled for\n"
       "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
-      "AFL_QUIET: do not print extra informational output\n",
+      "AFL_QUIET: do not print extra informational output\n"
       "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
-      argv0, MEM_LIMIT, doc_path);
+
+      ,argv0, MEM_LIMIT, doc_path);
 
   exit(1);