code format

This commit is contained in:
Andrea Fioraldi
2019-09-18 10:23:36 +02:00
parent b55ea6409d
commit 74a984d75f
7 changed files with 45 additions and 36 deletions

View File

@ -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);