diff options
author | van Hauser <vh@thc.org> | 2020-02-28 00:19:36 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-28 00:19:36 +0100 |
commit | 4e37e12c06dda8914dac5175e2f02d3106a3ac9f (patch) | |
tree | e9dd6683b28e106d763b13983cba64f01c693090 /src/afl-showmap.c | |
parent | d83ab141f62c19203e818536a18eb5f4acb8780a (diff) | |
download | afl++-4e37e12c06dda8914dac5175e2f02d3106a3ac9f.tar.gz |
code-format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 4 |
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); |