From 693252c737f053c6efa260320bdf23d8c68f32a4 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 6 Oct 2020 16:17:53 +0200 Subject: fixed missing quote warning --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') 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 -- cgit 1.4.1