about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-30 15:39:47 +0100
committervan Hauser <vh@thc.org>2021-01-30 15:39:47 +0100
commit9d08f0d098c91e69b5fe41674e4c5d05363af604 (patch)
treeb980c6dd17b4a05cdf7ac12d061d79ebe6bc030a /include/common.h
parent3b3565269d0453c9f4b5b2847f809cd5d315fff2 (diff)
downloadafl++-9d08f0d098c91e69b5fe41674e4c5d05363af604.tar.gz
added AFL_CMPLOG_ONLY_NEW feature
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index bdaa1735..bb8831f2 100644
--- a/include/common.h
+++ b/include/common.h
@@ -47,7 +47,7 @@ void   argv_cpy_free(char **argv);
 char **get_qemu_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv);
 char **get_wine_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv);
 char * get_afl_env(char *env);
-u8 *get_libqasan_path(u8 *own_loc);
+u8 *   get_libqasan_path(u8 *own_loc);
 
 extern u8  be_quiet;
 extern u8 *doc_path;                    /* path to documentation dir        */