about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-25 20:10:09 +0100
committervanhauser-thc <vh@thc.org>2021-03-25 20:10:09 +0100
commitc169cb3911b33fbc3974005788ade1c9218ade98 (patch)
tree7bf263a8a3a37813a4545b888efd4f9850286a61 /include
parent00a53a870d7ccd24e13e6cb2bbbd7535964f7737 (diff)
downloadafl++-c169cb3911b33fbc3974005788ade1c9218ade98.tar.gz
integrate frida_mode, code-format
Diffstat (limited to 'include')
-rw-r--r--include/forkserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index cc759545..48db94c7 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -77,7 +77,7 @@ typedef struct afl_forkserver {
 
   bool qemu_mode;                       /* if running in qemu mode or not   */
 
-  bool frida_mode;                       /* if running in frida mode or not   */
+  bool frida_mode;                     /* if running in frida mode or not   */
 
   bool use_stdin;                       /* use stdin for sending data       */