summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-21 22:16:55 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-21 22:16:55 +0200
commit93311212bddb7d7e75ea91f04604ca42e85ef823 (patch)
tree9c754fe464adcb840c090db27dba01f4615393ba /lib/libalpm/db.c
parentdf0dac10e5bbace9ceeeffce19d8a16e5bc3ae21 (diff)
downloadpacman-93311212bddb7d7e75ea91f04604ca42e85ef823.tar.gz
pacman-93311212bddb7d7e75ea91f04604ca42e85ef823.tar.xz
Fixes from frugalware: few 'typos' included while patching
Also re-added Judd's dependancy fix in libalpm/deps.c
Diffstat (limited to 'lib/libalpm/db.c')
-rw-r--r--lib/libalpm/db.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c
index 39134680..fe421261 100644
--- a/lib/libalpm/db.c
+++ b/lib/libalpm/db.c
@@ -124,7 +124,6 @@ pmlist_t *_alpm_db_search(pmdb_t *db, pmlist_t *needles)
} else if(retval) {
_alpm_log(PM_LOG_DEBUG, " search target '%s' matched '%s'", targ, haystack);
match = 1;
- } else {
}
FREE(haystack);