about summary refs log tree commit diff
path: root/src/afl-analyze.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-analyze.c')
-rw-r--r--src/afl-analyze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-analyze.c b/src/afl-analyze.c
index 952786b0..8625cfda 100644
--- a/src/afl-analyze.c
+++ b/src/afl-analyze.c
@@ -80,7 +80,7 @@ static u8 edges_only,                  /* Ignore hit counts?                */
     use_stdin = 1;                     /* Use stdin for program input?      */
 
 static volatile u8 stop_soon,          /* Ctrl-C pressed?                   */
-    child_timed_out;                   /* Child timed out?                  */
+         child_timed_out;              /* Child timed out?                  */
 
 static u8 *target_path;
 static u8  qemu_mode;