diff --git a/src/creds/creds.c b/src/creds/creds.c index e861225dbe..92b527270d 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -1232,7 +1232,7 @@ static int settle_scope( return 0; } -static bool normalize_separator(char c) { +static char normalize_separator(char c) { if (IN_SET(c, '-', '+', '_')) return '_';