diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pacman/check.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pacman/check.c b/src/pacman/check.c index 6c8889fc..f9166b0b 100644 --- a/src/pacman/check.c +++ b/src/pacman/check.c @@ -329,7 +329,7 @@ int check_pkg_full(alpm_pkg_t *pkg)  			if(strcmp(path, bl->name) == 0) {  				backup = 1; -				continue; +				break;  			}  		} | 
