diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-10-06 16:17:53 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-10-06 16:17:53 +0200 |
commit | 693252c737f053c6efa260320bdf23d8c68f32a4 (patch) | |
tree | 5f05aa613f9ef54dd2fb8b76784372b2d24f68dc | |
parent | 74dc227c4412d0121c9b972e5d89db89f54c6b3a (diff) | |
download | afl++-693252c737f053c6efa260320bdf23d8c68f32a4.tar.gz |
fixed missing quote warning
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index ec378036..f01ddc04 100644 --- a/include/config.h +++ b/include/config.h @@ -301,7 +301,7 @@ Decrease if RAM usage is high. */ #if TESTCASE_CACHE_SIZE < 4 #error \ - "Dangerously low cache size: Set TESTCASE_CACHE_SIZE to 4 or more in config.h! + "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 |