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