aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-18 10:23:36 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-18 10:23:36 +0200
commit74a984d75f59358d07c8816e4a1329108ca1fd41 (patch)
tree093f6ce31f95d149435cd32fc9cbdda97ce00613 /include
parentb55ea6409dfcadf3c43244fb8e72ea660fd4fcc2 (diff)
downloadAFLplusplus-74a984d75f59358d07c8816e4a1329108ca1fd41.tar.gz
code format
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index c370044e..e13bf0a0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -27,9 +27,9 @@
#define __AFLCOMMON_H
#include "types.h"
-extern u8 *target_path; /* Path to target binary */
+extern u8* target_path; /* Path to target binary */
-void detect_file_args(char **argv, u8 *prog_in);
+void detect_file_args(char** argv, u8* prog_in);
char** get_qemu_argv(u8* own_loc, char** argv, int argc);
char** get_wine_argv(u8* own_loc, char** argv, int argc);