diff options
Diffstat (limited to 'src/id.c')
-rw-r--r-- | src/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ static bool ok = true; knows when `context' has not been set to a meaningful value. */ static security_context_t context = NULL; -static const struct option const longopts[] = +static struct option const longopts[] = { {"context", no_argument, NULL, 'Z'}, {"group", no_argument, NULL, 'g'}, |