From c57d069abbbc65b3eb81f62b2318841fcd869637 Mon Sep 17 00:00:00 2001
From: Aurelien Foret <aurelien@archlinux.org>
Date: Sat, 21 Jan 2006 18:29:18 +0000
Subject: fixed a typo

---
 src/pacman/sync.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 1291967d..88b7ed71 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -523,7 +523,6 @@ int pacman_sync(list_t *targets)
 			case PM_ERR_UNSATISFIED_DEPS:
 				for(lp = alpm_list_first(data); lp; lp = alpm_list_next(lp)) {
 					PM_DEPMISS *miss = alpm_list_getdata(lp);
-
 					MSG(NL, ":: %s: %s %s", alpm_dep_getinfo(miss, PM_DEP_TARGET),
 					    alpm_dep_getinfo(miss, PM_DEP_TYPE) == PM_DEP_TYPE_DEPEND ? "requires" : "is required by",
 					    alpm_dep_getinfo(miss, PM_DEP_NAME));
@@ -539,13 +538,10 @@ int pacman_sync(list_t *targets)
 			case PM_ERR_CONFLICTING_DEPS:
 				for(lp = alpm_list_first(data); lp; lp = alpm_list_next(lp)) {
 					PM_DEPMISS *miss = alpm_list_getdata(lp);
-
 					MSG(NL, ":: %s: conflicts with %s", alpm_dep_getinfo(miss, PM_DEP_TARGET),
 					                                    alpm_dep_getinfo(miss, PM_DEP_NAME));
 				}
 				alpm_list_free(data);
-			break;
-				alpm_list_free(data);
 			break;
 			default:
 			break;
-- 
cgit v1.2.3-70-g09d2