about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorDavide Quarta <quarta@qti.qualcomm.com>2024-02-05 18:26:46 +0100
committerDavide Quarta <quarta@qti.qualcomm.com>2024-02-05 18:26:46 +0100
commit023fc19ce04bffcbd623e27a1f2d1810c3ec0c3c (patch)
tree9a1130a5c2fec03a6a85db5f2f176be958a2332d /include/afl-fuzz.h
parent8fedf4998449d5b6b909a1118fc2e152e4d2e6e7 (diff)
downloadafl++-023fc19ce04bffcbd623e27a1f2d1810c3ec0c3c.tar.gz
better replay mode error handling, added replay mode documentation, code formatting
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 864bc6b6..f95dcc20 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -125,7 +125,7 @@
 #endif                                                    /* ^!SIMPLE_FILES */
 
 #ifdef AFL_PERSISTENT_RECORD
-  #define RECORD_PREFIX "RECORD:" 
+  #define RECORD_PREFIX "RECORD:"
 #endif
 
 #define STAGE_BUF_SIZE (64)  /* usable size for stage name buf in afl_state */