diff options
author | Allan McRae <allan@archlinux.org> | 2013-05-29 06:02:56 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-05-29 06:02:56 +0200 |
commit | 84ac55b0529b6489da38ebfc56a988228aa4859a (patch) | |
tree | 66667e127a6509af1b701bf2077d023e55b04f44 /lib/libalpm | |
parent | 0f988beff8794338485352dc1beafbfcdbb20db1 (diff) | |
parent | 7d2c7fb347e8b5ea89127f3f8b4a545772394600 (diff) | |
download | pacman-84ac55b0529b6489da38ebfc56a988228aa4859a.tar.gz pacman-84ac55b0529b6489da38ebfc56a988228aa4859a.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 96c49a9f..6d43dd00 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -488,7 +488,7 @@ alpm_depend_t *_alpm_dep_dup(const alpm_depend_t *dep) /* These parameters are messy. We check if this package, given a list of * targets and a db is safe to remove. We do NOT remove it if it is in the - * target list, or if if the package was explicitly installed and + * target list, or if the package was explicitly installed and * include_explicit == 0 */ static int can_remove_package(alpm_db_t *db, alpm_pkg_t *pkg, alpm_list_t *targets, int include_explicit) |