mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
fixed missing quote warning
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user