about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 5e6b3d9e..1a621625 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -109,9 +109,7 @@
 #define CASE_PREFIX "id_"
 #endif                                                    /* ^!SIMPLE_FILES */
 
-#define STAGE_BUF_SIZE                                   \
-  (64) /* usable size of the stage name buf in afl_state \
-        */
+#define STAGE_BUF_SIZE (64)  /* usable size for stage name buf in afl_state */
 
 extern s8  interesting_8[INTERESTING_8_LEN];
 extern s16 interesting_16[INTERESTING_8_LEN + INTERESTING_16_LEN];