about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-28 00:19:36 +0100
committervan Hauser <vh@thc.org>2020-02-28 00:19:36 +0100
commit4e37e12c06dda8914dac5175e2f02d3106a3ac9f (patch)
treee9dd6683b28e106d763b13983cba64f01c693090 /src/afl-showmap.c
parentd83ab141f62c19203e818536a18eb5f4acb8780a (diff)
downloadafl++-4e37e12c06dda8914dac5175e2f02d3106a3ac9f.tar.gz
code-format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index c8c35525..3ea10d38 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -647,8 +647,8 @@ static void usage(u8* argv0) {
       "  -c            - allow core dumps\n\n"
 
       "This tool displays raw tuple data captured by AFL instrumentation.\n"
-      "For additional help, consult %s/README.md.\n"
-      , argv0, MEM_LIMIT, doc_path);
+      "For additional help, consult %s/README.md.\n",
+      argv0, MEM_LIMIT, doc_path);
 
   exit(1);