fix: fix tab of break in pacman.c
This commit is contained in:
parent
649878d5d4
commit
79053b7dae
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ static int parsearg_remove(int opt)
|
|||
if (config->flags & ALPM_TRANS_FLAG_RECURSE || config->flags & ALPM_TRANS_FLAG_RECURSEALL) {
|
||||
config->flags |= ALPM_TRANS_KEEP_OPTIONALS;
|
||||
}
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue