about summary refs log tree commit diff
path: root/frida_mode/test/entry_point/testinstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/test/entry_point/testinstr.c')
-rw-r--r--frida_mode/test/entry_point/testinstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/test/entry_point/testinstr.c b/frida_mode/test/entry_point/testinstr.c
index 75e71bda..5fe17165 100644
--- a/frida_mode/test/entry_point/testinstr.c
+++ b/frida_mode/test/entry_point/testinstr.c
@@ -41,7 +41,7 @@ int run(char *file) {
 
   int    fd = -1;
   off_t  len;
-  char * buf = NULL;
+  char  *buf = NULL;
   size_t n_read;
   int    result = -1;