From c8011954a5fc3d838bc2fc72ed03da4506a695e1 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Fri, 24 Aug 2007 11:47:40 +0200 Subject: pacman/sync.c : kill extra newline with groups on -Ss operation. Signed-off-by: Chantry Xavier --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index dab3f595..53ec41e9 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -263,7 +263,7 @@ static int sync_search(alpm_list_t *syncs, alpm_list_t *targets) if((grp = alpm_pkg_get_groups(pkg)) != NULL) { group = alpm_list_getdata(grp); - printf(" (%s)\n", (char *)alpm_list_getdata(grp)); + printf(" (%s)", (char *)alpm_list_getdata(grp)); } /* we need a newline and initial indent first */ -- cgit v1.2.3-24-g4f1b