From 189a0c25796d10ee5ca9e7e61b6a79ff1656f177 Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Thu, 26 Jan 2017 02:07:36 -0800 Subject: [PATCH] Wrap with quotes as-per GCC's recommendation --- .../modules/security/permissions-wrappers/permissions-wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/permissions-wrappers/permissions-wrapper.c b/nixos/modules/security/permissions-wrappers/permissions-wrapper.c index 6e00df9cef83..cb9d8d6b37b2 100644 --- a/nixos/modules/security/permissions-wrappers/permissions-wrapper.c +++ b/nixos/modules/security/permissions-wrappers/permissions-wrapper.c @@ -33,7 +33,7 @@ static char * wrapperType = "setcap"; #elif defined WRAPPER_SETUID static char * wrapperType = "setuid"; #else -#error Program must be compiled with either the WRAPPER_SETCAP or WRAPPER_SETUID macro +#error "Program must be compiled with either the WRAPPER_SETCAP or WRAPPER_SETUID macro" #endif // Update the capabilities of the running process to include the given