about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
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 fc5d3c38..5afc5ee3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -31,7 +31,7 @@
 #include "types.h"
 #include "stdbool.h"
 
-void detect_file_args(char** argv, u8* prog_in, u8 use_stdin);
+void detect_file_args(char** argv, u8* prog_in, u8 *use_stdin);
 void check_environment_vars(char** env);
 
 char** get_qemu_argv(u8* own_loc, u8** target_path_p, int argc, char** argv);