Wrap with quotes as-per GCC's recommendation

This commit is contained in:
Parnell Springmeyer 2017-01-26 02:07:36 -08:00
parent c30cf645f8
commit 189a0c2579
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A

View File

@ -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