aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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);