about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-14 17:32:51 +0200
committervan Hauser <vh@thc.org>2020-10-14 17:32:51 +0200
commit735e8c39561d3d4d8bae01251e025e52e05472e2 (patch)
treea6459670af7bdf8cbb42a2ee2d548401b827e10a /include
parent23872d6f2c0ae77beb832f44d392f86cc8530e1a (diff)
downloadafl++-735e8c39561d3d4d8bae01251e025e52e05472e2.tar.gz
check for minimum cache size
Diffstat (limited to 'include')
-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 514d558b..8bac1457 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -1165,7 +1165,7 @@ void queue_testcase_retake(afl_state_t *afl, struct queue_entry *q,
                            u32 old_len);
 
 #if TESTCASE_CACHE == 1
-#error define of TESTCASE_CACHE must be zero or larger than 1
+  #error define of TESTCASE_CACHE must be zero or larger than 1
 #endif
 
 #endif