diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-10-06 15:38:36 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-10-06 15:38:36 +0200 |
| commit | 74dc227c4412d0121c9b972e5d89db89f54c6b3a (patch) | |
| tree | 14da0722ebc330a9a7bf46086db0f45f811cbc1f /include/config.h | |
| parent | a4b60ca5b61c9bca5fa7b67528baeb3a8ea9320e (diff) | |
| download | afl++-74dc227c4412d0121c9b972e5d89db89f54c6b3a.tar.gz | |
code format
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 38a734ce..ec378036 100644 --- a/include/config.h +++ b/include/config.h @@ -300,7 +300,8 @@ Decrease if RAM usage is high. */ #define TESTCASE_CACHE_SIZE 2048 #if TESTCASE_CACHE_SIZE < 4 - #error "Dangerously low cache size: Set TESTCASE_CACHE_SIZE to 4 or more in config.h! + #error \ + "Dangerously low cache size: Set TESTCASE_CACHE_SIZE to 4 or more in config.h! #endif /* Maximum line length passed from GCC to 'as' and used for parsing |
