about summary refs log tree commit diff
path: root/examples/afl_frida/afl-frida.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/afl_frida/afl-frida.c')
-rw-r--r--examples/afl_frida/afl-frida.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/afl_frida/afl-frida.c b/examples/afl_frida/afl-frida.c
index 7038e1bd..2ad5a72a 100644
--- a/examples/afl_frida/afl-frida.c
+++ b/examples/afl_frida/afl-frida.c
@@ -126,8 +126,8 @@ static volatile char AFL_DEFER_FORKSVR[] = "##SIG_AFL_DEFER_FORKSRV##";
 void                 __afl_manual_init();
 
 // Because we do our own logging.
-extern uint8_t *__afl_area_ptr;
- static __thread guint64 previous_pc;
+extern uint8_t *        __afl_area_ptr;
+static __thread guint64 previous_pc;
 
 // Frida stuff below.
 typedef struct {