mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 19:30:04 +01:00
Fix a Coverity warning.
This commit is contained in:
@@ -179,7 +179,8 @@ parse_opt (int key, char *arg, struct argp_state *state) {
|
||||
arguments->debug_json = 1;
|
||||
break;
|
||||
case ARGP_KEY_NO_ARGS:
|
||||
argp_usage (state);
|
||||
argp_usage(state);
|
||||
break;
|
||||
case ARGP_KEY_ARG:
|
||||
arguments->action = arg;
|
||||
arguments->device = state->argv[state->next];
|
||||
|
||||
Reference in New Issue
Block a user