fix: fix tab of break in pacman.c

This commit is contained in:
jg 2025-02-04 21:43:38 +01:00 committed by jgomez
parent 649878d5d4
commit 79053b7dae

View file

@ -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;
}