rootless: fix return type

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2019-05-31 10:35:40 +02:00
parent 10983c363e
commit b88dc3a41e

View File

@ -180,7 +180,7 @@ can_use_shortcut ()
argv = get_cmd_line_args (0);
if (argv == NULL)
return NULL;
return false;
for (argc = 0; argv[argc]; argc++)
{